Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:advanced:jupyter [2022/06/22 09:42] – [Step 0: Preliminaries] arthurtutorials:advanced:jupyter [2022/06/22 09:50] – [Step 2: Download the source code for the Jupyter Common Lisp kernel] arthur
Line 41: Line 41:
 $ 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 init && wstool merge common-lisp-jupyter.rosinstall && wstool update $ wstool init && wstool merge common-lisp-jupyter.rosinstall && wstool update
 +$ roscd && cd ..
 +$ catkin_make # or catkin build if using catkin-tools for this workspace 
 </code> </code>