6

As I understand it from this github page, I can push a .ipynb to my repo and then run my notebook directly from github.

When I ask my Jupyter to download my notebook as .ipynb, I get a .ipynb.json.

What must I do to that file so that github will open that notebook with nbviewer for me?

1
  • 1
    Note that the content of .ipynb files is valid JSON Commented Apr 17, 2019 at 10:32

1 Answer 1

4

simply change .ipynb.json to .ipynb and then sync your github repo.

if you want open that notebook with nbviewer, click the prohibitory sign at the upper right corner of your notebook on the github page and choose external view available with nbviewer.

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.