Is there an Ipython magic, or python function that would open a notebook?
I know you can do it from a command line, but I want to run a python function that downloads and opens a notebook from an Ipython shell.
I found the %notebook magic, but it seems to convert the current history to a notebook, which is not what I need.
Thanks,