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
Next revisionBoth sides next revision
tutorials:advanced:jupyter [2022/06/21 15:59] – [Step 2: Download the source code for the Jupyter Common Lisp kernel] arthurtutorials:advanced:jupyter [2022/06/21 16:03] – [Step 4: Test if it worked] arthur
Line 40: Line 40:
 $ cd jupyter $ cd jupyter
 $ curl -O https://raw.githubusercontent.com/cram2/cram/jupyter/common-lisp-jupyter.rosinstall $ curl -O https://raw.githubusercontent.com/cram2/cram/jupyter/common-lisp-jupyter.rosinstall
-$ wstool merge common-lisp-jupyter.rosinstall && wstool update+wstool init && wstool merge common-lisp-jupyter.rosinstall && wstool update
 </code> </code>
  
Line 85: Line 85:
  
 <code bash> <code bash>
-jupyterlab+jupyter-lab
 </code> </code>