Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:jupyter [2025/03/08 00:59] – [WSL1] darron | tools:jupyter [2025/03/08 01:07] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====Jupyter==== | ====Jupyter==== | ||
- | This page demonstrates | + | This page demonstrates |
===Debian=== | ===Debian=== | ||
Line 38: | Line 38: | ||
Follow the instructions above for Windows to install Python and Jupyter. | Follow the instructions above for Windows to install Python and Jupyter. | ||
- | ==Run== | + | ==Setup== |
+ | |||
+ | Create a shell script to run Jupyter in WSL1 utilising the Windows | ||
+ | installation. | ||
__jupyter.sh__ | __jupyter.sh__ | ||
+ | |||
< | < | ||
#! /bin/sh | #! /bin/sh | ||
Line 70: | Line 74: | ||
</ | </ | ||
+ | ===Run== | ||
< | < | ||
- | chmod +x jupyter.sh | + | sh jupyter.sh notebook |
- | ./jupyer.sh notebook | + | |
</ | </ | ||