Hi everyone. Been banging my head for a while on this, figured one of the experts in this forum might be able help me out and point me in the right direction.
Say we start with a URL similar to this, with a querystring argument at the end:
https://mybinder.org/v2/gh/dbenham/drbbindertest/HEAD?urlpath=%2Fdoc%2Ftree%2FMyNotebook.ipynb?XXXX=1234
In the notebook I’d like to be able to refer to that value like this:
os.environ.get('XXXX')
I actually don’t need the value in the notebook, but I want to use it inside the docker container as an argument in an initialization script.
Thanks!
-Dave