Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:jupyter [2025/03/08 00:57] – [Windows] darrontools:jupyter [2025/03/08 01:07] (current) darron
Line 1: Line 1:
 ====Jupyter==== ====Jupyter====
  
-This page demonstrates using Jupyter notebook with [[projects:wikibass|wikiBASS]].+This page demonstrates installation Jupyter notebook with [[projects:wikibass|wikiBASS]].
  
 ===Debian=== ===Debian===
Line 19: Line 19:
 instructions found in [[https://wiki.kewl.org/projects:wikibass|wikiBASS]]. instructions found in [[https://wiki.kewl.org/projects:wikibass|wikiBASS]].
  
-==Setup==+Setup and run notebook from Windows PowerShell
  
-__PowerShell__+==Setup==
  
 <code> <code>
Line 36: Line 36:
 ===WSL1=== ===WSL1===
  
-Follow the instructions above for Windows.+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__
 +
 <code> <code>
 #! /bin/sh #! /bin/sh
Line 70: Line 74:
 </code> </code>
  
 +===Run==
 <code> <code>
-chmod +x jupyter.sh +sh jupyter.sh notebook
-./jupyer.sh notebook+
 </code> </code>