Creating an ipynb from URL

Multi tool use
Creating an ipynb from URL
really simple question.
I have a URL here that I'm trying to open in Jupyter lab as a jupyter notebook. What is the easiest way to do this? Is there a command line command somewhere?
Thanks.
1 Answer
1
Just download that file to a working directory - with a menu 'save link as...' or visiting the URL and doing save.
Start juypter notebook
from shell (commandline).
juypter notebook
In the directory window that it opens for you, double click the saved style.ipynb
. Now you have the notebook running in a new window.
style.ipynb
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.