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/07 13:29] – [WSL1] darrontools:jupyter [2025/03/08 01:07] (current) darron
Line 1: Line 1:
-====Jupyter notebook====+====Jupyter====
  
-[[https://jupyter.org/|Jupyter]]+This page demonstrates installation Jupyter notebook with [[projects:wikibass|wikiBASS]].
  
-===WSL1===+===Debian===
  
-Install [[https://wiki.kewl.org/projects:wikibass#setup|Python]] for WSL1 as per the  +Follow the guide for [[projects:wikibass|wikiBASS]] for Debian 
-instructions for the [[https://wiki.kewl.org/projects:wikibass|wikiBASS]] demo.+which installs Jupyter as a dependency within its virtual environment.
  
-==Setup==+==Run==
  
-__PowerShell__+<code> 
 +jupyter-notebook 
 +</code> 
 + 
 +===Windows=== 
 + 
 +Install [[https://wiki.kewl.org/projects:wikibass#setup|Python]] for Windows as per the  
 +instructions found in [[https://wiki.kewl.org/projects:wikibass|wikiBASS]]. 
 + 
 +Setup and run notebook from Windows PowerShell 
 + 
 +==Setup==
  
 <code> <code>
Line 17: Line 28:
 </code> </code>
  
-==Script==+==Run== 
 + 
 +<code> 
 +jupyter-notebook 
 +</code> 
 + 
 +===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 50: Line 74:
 </code> </code>
  
 +===Run==
 <code> <code>
-chmod +x jupyter.sh+sh jupyter.sh notebook
 </code> </code>
  
-==Run==+===Resources===
  
-<code> +[[https://jupyter.org/|Jupyter homepage]]
-./jupyer.sh notebook +
-</code>+