Skip to content

How to import a .ipynb notebook from Github into Data Scientist Workbench

Here's how you can import a .ipynb notebook from Github.

Let's use this notebook as an example:
https://github.com/saeedaghabozorgi/WeatherCanadaAnalysis/blob/master/Kmeans-Spark-Weather.ipynb

To import a notebook from Github:


1. Get the link to the raw notebook by clicking on "Raw".



2. Copy the URL of the notebook. (Note: it should start with "https://raw.githubusercontent/" and end with ".ipynb")


3. Open Jupyter on Data Scientist Workbench.

4. In the top-right corner, paste the notebook URL into the searchbar and press Enter.





And that's it. Your notebook should import and load automatically!

Feedback and Knowledge Base