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:23] – [Troubleshooting] arthurtutorials:advanced:jupyter [2022/06/22 09:41] – [Troubleshooting] arthur
Line 108: Line 108:
 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