Jupyter Notebook

Setup Jupyter Notebook ..

Jupyter Notebook

Jupyter Notebook is an open-source web application that allows you to create and share documents containing live code, equations, visualizations, and narrative text. Originally developed for Python (the name comes from Julia, Python, and R), it now supports over 40 programming languages.

  1. Create a Jupyter Notebook folder and copy the required files.

Create directory & copy - PowerShell

cd \
& "C:\Workshop--Data-Integration\Setup\Jupyter-Notebook\copy-jupyter.ps1"
  1. Check the Directory has been created and the files copied over.

Create directories & copy files
  1. Execute the docker-compose script to create the container.

Jupyter Notebook Container - PowerShell

cd \
cd "C:\Jupyter-Notebook\scripts"
.\run-docker-jupyter.ps1
  1. Check the container is up and running in Desktop Docker.

Deploy container - condensed screensho!
  1. Log on to Jupyter Notebook UI:

Link to Jupyter Notebook UI
  1. You will need to enter:

Token: datascience

Password: password

Enter Token and set password
Jupyter UI

Test

  1. Expand the notebooks folder, and Open the welcome.ipynb notebook.

Open: welcome.ipynb

Check you have a Python Kernel.

To set as default, click on the Python 3 kernel | idle link:

welcome.ipynb

Last updated