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] – [Windows] 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 19: | Line 19: | ||
instructions found in [[https:// | instructions found in [[https:// | ||
- | ==Setup== | + | Setup and run notebook from Windows PowerShell |
- | __PowerShell__ | + | ==Setup== |
< | < | ||
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 | + | |
</ | </ | ||