This is an old revision of the document!
Table of Contents
Jupyter notebook
WSL1
Setup
PowerShell
py -m pip install jupyter py -m pip install notebook
Script
jupyer-lab.sh
#! /bin/sh mkdir -p "$HOME/Notebook" && cd "$HOME/Notebook" # username is windows login PYTHON="/mnt/c/Users/username/AppData/Local/Programs/Python/Python313/python.exe" JUPYTER="C:/Users/username/AppData/Local/Programs/Python/Python313/Lib/site-packages/jupyter.py" $PYTHON $JUPYTER lab
Run
sh lab.sh