FAQs / Tips

Manually Importing Jupyter Notebooks

During the pre-work section of this workshop, you create a project based on an existing project file. If, for some reason, you are not using the project zip file to create your project then you will not have all the assets (Jupyter Notebooks, CSV files, etc) necessary for the labs. You can manually import these assets into an existing or empty project. Use the following steps to import the Jupyter notebook files manually.

  • At your project overview page, click the Add to project button, and choose the Notebook option.

  • On the next panel: select the From URL tab, give your notebook a name, provide the notebook URL, and leave the default Python environment:

Note: The URL and name shown in the screenshot may not match your scenario. Use the table below to determine what URL to use.

  • Use the following table to find the URL to use for each of the Workshop notebooks:

  • Click the Create notebook button. The Jupyter notebook will be loaded and the kernel is started. Once the kernel is ready you can go back to the workshop instructions.

Jupyter Notebooks with Output

The Jupyter notebooks in the project file you import have been cleared of output. For reference, you can see the notebooks with output at the links listed below. Note: These links are not meant to be used for importing the notebook into the project.

Last updated