是否可以编写一个Jupyter笔记本,以便参数可以通过笔记本的URL传入?
例如,对于这样的URL:
http://jupyter.example.com/user/me/notebooks/notebook1.ipynb?Variable1=Value1&Variable2=Value2
如何可以访问Variable1,并Variable2在Jupyter细胞内?
Variable1
Variable2
python ipython-notebook jupyter
ipython-notebook ×1
jupyter ×1
python ×1