This is an old revision of the document!


Table of Contents

Jupyter notebook

WSL1

Install Python for WSL1 as per the instructions for the wikiBASS demo.

Setup
py -m pip install jupyter
Script

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
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies