ipyparams
ipyparams copied to clipboard
Pass parameters to Jupyter notebooks via URL arguments
First of all, great job! I want to use `ipyparams.notebook_name` to get the name of my notebook. I found out that it works when the URL looks like this `https://your.jupyter.server/awsome_notebook.ipynb?foo=bar&baz=1`...
I would have loved to use ipyparams to get the current notebook name. However, in jupyter lab, it doesn't work: ```python >>> import ipyparams Javascript Error: Jupyter is not defined...
Great job. But occasionally `ipyparams.raw_url` returns empty