Issue
When I download an ipynb
file using the RAW button in GitHub it displays the text (json) in the browser.
Should I just copy this text into a file and name it xxx.ipynb
? What's the best way to do it?
Solution
- First click on Raw
- Then, press ctrl+s to save it as .ipynb (Note that you'll have to manually type '.ipynb' after the file name to make this work, as files from GitHub are saved as text files as default.)
- Open jupyter notebook
- Go to location where you saved .ipynb file
- Open file, you will see the code
Hope this helps
Answered By - Ramesh Kumar
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.