-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL arguments accessible from notebook #7718
Comments
We do have a workaround with JS magic to do that:
|
jaroslawmalekcodete
added a commit
that referenced
this issue
Aug 27, 2018
LeeTZ
pushed a commit
that referenced
this issue
Aug 29, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Aug 31, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Sep 20, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Sep 20, 2018
LeeTZ
pushed a commit
that referenced
this issue
Sep 26, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Oct 2, 2018
jaroslawmalekcodete
added a commit
that referenced
this issue
Oct 2, 2018
LeeTZ
pushed a commit
that referenced
this issue
Oct 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have something like
which would evaluate as the url arguments 'bar' passed to the notebook. (e.g. http://localhost:8888/notebooks/Starthere.ipynb?bar=200&foo=300)
The text was updated successfully, but these errors were encountered: