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