Issue
I am learning python using a course. The course material can be found on the links like the following one:
http://faculty.washington.edu/sbrunton/me564/python/Python_Introduction.ipynb
I'd like to have the jupyter notebook when I go to the link but it shows the raw python file. How can I export the jupyter notebook from such links? Thanks in advance for any help.
Solution
You can just open an already created jupyter notebook (the file with .ipynb) in a notepad and replace its text from the text in your link.
Steps
- Create a totally new jupyter notebook project.
- Go to the file location and open it with notepad
- Remove all the content from the notepad
- Replace it with the content in your link https://faculty.washington.edu/sbrunton/me564/python/Python_Introduction.ipynb
- Save the notepad and close it.
- Open the same file as a notebook using Jupyter notebook or Google Colab
Answered By - Upulie Han
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.