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.
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"
Check the Directory has been created and the files copied over.

Execute the docker-compose script to create the container.
Jupyter Notebook Container - PowerShell
cd \
cd "C:\Jupyter-Notebook\scripts"
.\run-docker-jupyter.ps1
Check the container is up and running in Desktop Docker.

Log on to Jupyter Notebook UI:
You will need to enter:
Token: datascience
Password: password


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


Last updated