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:54] – [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 9: | Line 9: | ||
==Run== | ==Run== | ||
- | |||
- | __notebook__ | ||
< | < | ||
Line 18: | Line 16: | ||
===Windows=== | ===Windows=== | ||
- | < | + | Install [[https:// |
- | </code> | + | instructions found in [[https:// |
- | ===WSL1=== | + | |
- | Install [[https:// | + | Setup and run notebook from Windows PowerShell |
- | instructions found for Window | + | |
==Setup== | ==Setup== | ||
- | |||
- | __PowerShell__ | ||
< | < | ||
Line 34: | Line 28: | ||
</ | </ | ||
- | ==Script== | + | ==Run== |
+ | |||
+ | < | ||
+ | jupyter-notebook | ||
+ | </ | ||
+ | |||
+ | ===WSL1=== | ||
+ | |||
+ | Follow the instructions above for Windows to install Python and Jupyter. | ||
+ | |||
+ | ==Setup== | ||
+ | |||
+ | Create a shell script to run Jupyter in WSL1 utilising the Windows | ||
+ | installation. | ||
__jupyter.sh__ | __jupyter.sh__ | ||
Line 67: | Line 74: | ||
</ | </ | ||
+ | ===Run== | ||
< | < | ||
- | chmod +x jupyter.sh | + | sh jupyter.sh |
</ | </ | ||
- | |||
- | ==Run== | ||
- | |||
- | < | ||
- | ./jupyer.sh notebook | ||
- | </ | ||
- | |||
===Resources=== | ===Resources=== | ||
[[https:// | [[https:// |