[IPython-dev] is it possible to pass parameters to IPython notebook via URL?
MinRK
benjaminrk at gmail.com
Thu May 8 13:47:16 EDT 2014
You can do this, but I wouldn't recommend it. The parameters will only be
available to the HTML/JS in the notebook page, and not the Python code on
the kernel. Plus, there is a chance that it would conflict with any future
use of url parameters by the notebook server.
-MinRK
On Thu, May 8, 2014 at 10:11 AM, Roman Max. <rmx555 at hotmail.com> wrote:
> is it possible to pass parameters to IPython notebook via URL?
>
> How to reference/use those parameters in a notebook?
>
> e.g. http://xxxyyzz.org:8888/mynotebook.ipynb*?d1=20140101&d2=20140401*
>
>
> Did not find an answer after searching around. Thanks!
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140508/edcba3cd/attachment.html>
More information about the IPython-dev
mailing list