# Jupyter Notebook

## Jupyter Notebook

Log in to your work folder by VS code terminal.

Create a python3 env:

`virtualenv -p python3 env`

Activate it:

`. env/bin/activate`

Install your python commands and tools inside the env:

`pip install jupyter notebook`

Run jupyter notebook:

`jupyter notebook`

Click on the localhost link starting like: `http://localhost:8891/tree?token=ef69a1ea99a1377dc2bf783ecec2420d90fdc9b0593f1707`

[Jupyter notebook docs](https://docs.jupyter.org/en/latest/running.html)

If you want to use Jupyter Notebook with Julia Kernel install [IJulia](https://github.com/JuliaLang/IJulia.jl) on the haflinger.
