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
tutorials:advanced:jupyter [2022/06/21 16:23] – [Troubleshooting] arthurtutorials:advanced:jupyter [2022/07/06 11:40] (current) – [Step 2: Download the source code for the Jupyter Common Lisp kernel] gkazhoya
Line 9: Line 9:
 You need Python3 to install the newest version of JupyterLab. You need Python3 to install the newest version of JupyterLab.
  
-This installation was tested on Ubuntu 16.04 but should work on 18.04 and 20.04 as well.+This installation was tested on Ubuntu 16.04 and 20.04 (python 3.8).
  
  
Line 39: Line 39:
 $ catkin_create_pkg 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/boxy-melodic/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 this workspace has been build like that before 
 </code> </code>
  
Line 108: Line 110:
 If there are multiple people working on the same PC and you want to install the stuff only for yourself, you can specify that with 'pip install --user <package>'. If there are multiple people working on the same PC and you want to install the stuff only for yourself, you can specify that with 'pip install --user <package>'.
  
-When the jupyter installation tells there are version requirements for certain packages you can install the specific version like this:+When the jupyter installation tells there are version requirements for certain packages you can install the specific version like this. Check the required version from your command prompt, it may be different from this.
 <code bash> <code bash>
 # use pip3 instead if pip is for python2 # use pip3 instead if pip is for python2