From the course: Introducing Jupyter
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Notebook Viewer - Python Tutorial
From the course: Introducing Jupyter
Notebook Viewer
- [Instructor] Another easy and commonly used way to share notebooks is with nbviewer, provided by jupyter.org. nbviewer is a public platform that exists to display Jupyter notebooks. On the homepage there's an input box where you can type in a URL, a GitHub username, a username and a repo, or a Gist ID. I'll copy the URL for my Gists that I created in the last lesson, and paste it into nbviewer. This will render the notebook in a clean format and even provide links back to the GitHub URL or Gist. I can even view the code directly in nbviewer. You don't need an account, you just need a public URL for the notebook that you wish to display, and it provides you with a link that you can easily share with others.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.