jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Jupyter notebook on github won't go live, and I can't download it locally #409

Open minertom opened 6 years ago

minertom commented 6 years ago

First, I must say that this is really ironic, opening a post on a jupyter notebook running out of github, when I am having trouble running a jupyter notebook running out of github. The irony is terrific.

Here is a notbook that deals with a python tutorial. https://github.com/kuleshov/cs228-material/blob/master/tutorials/python/cs228-python-tutorial.ipynb

I can not change any of the variables in the tutorial. I figured that this was intentional on the part of the owner. There is no link to copy it to make it local.

Having read posts on copying files from github, I changed the file view to "raw" and copied the data. At that point it is a text file. What I do not know is how to make that file, once again, into a jupyter notebook. I forgot to mention that I am running Anaconda and have proper python distributions loaded, etc.

Suggestions? Thank You Tom