How to download a jupyter notebook?

306    Asked by ClareMatthews in Data Science , Asked on Feb 16, 2023

I am working on a data science project inside of a Pandas tutorial. I can access my Jupyter notebooks through my Anaconda installation. The only problem is that the tutorial notebooks (exercise files) are on GitHub.


My question: how do I download the exercise files from GitHub and then have them display in the Jupyter notebook section on my computer so that I can use them interactively?


I am very new to Jupyter Notebooks. So far, I have been using PyCharm to execute all of my code.

Answered by Dominic Poole

The answer to your question - how to download jupyter notebook is - This is a tool that I came across to run Jupyter notebooks: Binder. You just need to input the repo you are looking at, the branch, and the path. Then you can interactively run the notebook. The notebook gets hosted by the website, so you don't need to worry about computing power on your machine or installing all the required packages.



Your Answer

Interviews

Parent Categories