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/03/28 11:10] – [Step 1: Install JupyterLab] gkazhoyatutorials:advanced:jupyter [2022/06/21 16:03] – [Step 4: Test if it worked] arthur
Line 37: Line 37:
 <code bash> <code bash>
 $ roscd && cd ../src $ roscd && cd ../src
-mkdir jupyter+catkin_create_pkg jupyter
 $ 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>