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:54] – [Debian] 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 9: Line 9:
  
 ==Run== ==Run==
- 
-__notebook__ 
  
 <code> <code>
Line 18: Line 16:
 ===Windows=== ===Windows===
  
-<code> +Install [[https://wiki.kewl.org/projects:wikibass#setup|Python]] for Windows as per the  
-</code> +instructions found in [[https://wiki.kewl.org/projects:wikibass|wikiBASS]].
-===WSL1===+
  
-Install [[https://wiki.kewl.org/projects:wikibass#setup|Python]] for WSL1 as per the  +Setup and run notebook from Windows PowerShell
-instructions found for Window and WSL1 in [[https://wiki.kewl.org/projects:wikibass|wikiBASS]].+
  
 ==Setup== ==Setup==
- 
-__PowerShell__ 
  
 <code> <code>
Line 34: 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 67: Line 74:
 </code> </code>
  
 +===Run==
 <code> <code>
-chmod +x jupyter.sh+sh jupyter.sh notebook
 </code> </code>
- 
-==Run== 
- 
-<code> 
-./jupyer.sh notebook 
-</code> 
- 
  
 ===Resources=== ===Resources===
  
 [[https://jupyter.org/|Jupyter homepage]] [[https://jupyter.org/|Jupyter homepage]]