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:57] – [Debian] 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 18: | Line 18: | ||
Install [[https:// | Install [[https:// | ||
instructions found in [[https:// | instructions found in [[https:// | ||
+ | |||
+ | Setup and run notebook from Windows PowerShell | ||
==Setup== | ==Setup== | ||
- | __PowerShell__ | ||
< | < | ||
py -m pip install jupyter | py -m pip install jupyter | ||
Line 29: | Line 30: | ||
==Run== | ==Run== | ||
- | __notebook__ | ||
< | < | ||
jupyter-notebook | jupyter-notebook | ||
Line 36: | Line 36: | ||
===WSL1=== | ===WSL1=== | ||
- | Follow the instructions above for Windows. | + | Follow the instructions above for Windows |
- | ==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 | + | |
</ | </ | ||