0

I am missing something basic, I'm sure. If I have a jupyter notebook at a url like this https://github.com/nicolaskruchten/pyconca/blob/master/jupyter_magic.ipynb, how can I view it as an interactive notebook that I can then edit?

1 Answer 1

1

You can load it from a few places online and of course offline. The easiest way to get this loaded offline is downloading Python + Jupyter and that can be found in one place. Download and install Anaconda (2.7 or 3.4) from http://continuum.io/downloads and depending on your OS,

  • If you run mac or linux restart a terminal and run "ipython notebook" which will open a browser to navigate you to the right location (your downloads folder) to find the .ipynb file
  • if you run Windows there is an icon in the applications menu to start "Ipython notebook" which will open a browser to navigate you to the right location (your downloads folder) to find the .ipynb file

Online there is a site called http://Wakari.io/ (requires an account) from which you can share the result with others.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.