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/21 16:21] – [Troubleshooting] arthurtutorials:advanced:jupyter [2022/06/21 16:23] – [Troubleshooting] arthur
Line 110: Line 110:
 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:
 <code bash> <code bash>
 +# use pip3 instead if pip is for python2
 pip install --user traitlets==5.2.2.post1 pip install --user traitlets==5.2.2.post1
 pip install --user ipython==7.23.1 pip install --user ipython==7.23.1