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:43] – [Debian] darron | tools:jupyter [2025/03/08 01:07] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====Jupyter | + | ====Jupyter==== |
- | [[https:// | + | This page demonstrates installation Jupyter notebook with [[projects:wikibass|wikiBASS]]. |
===Debian=== | ===Debian=== | ||
- | Install jupyter and notebook within the python virtual environment. | + | Follow |
- | + | which installs Jupyter as a dependency within its virtual environment. | |
- | For example, follow | + | |
==Run== | ==Run== | ||
- | |||
- | __notebook__ | ||
< | < | ||
Line 17: | Line 14: | ||
</ | </ | ||
- | ===WSL1=== | + | ===Windows=== |
- | Install [[https:// | + | Install [[https:// |
- | instructions | + | instructions |
+ | |||
+ | Setup and run notebook from Windows PowerShell | ||
==Setup== | ==Setup== | ||
- | |||
- | __PowerShell__ | ||
< | < | ||
Line 31: | 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 64: | Line 74: | ||
</ | </ | ||
+ | ===Run== | ||
< | < | ||
- | chmod +x jupyter.sh | + | sh jupyter.sh |
</ | </ | ||
- | ==Run== | + | ===Resources=== |
- | < | + | [[https://jupyter.org/|Jupyter homepage]] |
- | ./jupyer.sh notebook | + | |
- | </code> | + |