1

I have python 3.7.0 and 3.8.2 installed in my computer, and my jupyter uses the 3.7 version. I want Jupyter to use version 3.8 instead, but after searching through here I only found how to change from version 2.x to 3.x.

Is there a way to do this? Jupyter was installed with pip.

If this helps, I only needed to install 3.7 for a specific project - but I don't use it anymore - so I'm willing to uninstall it if it makes things easier.

Juan
  • 133
  • 1
  • 12
  • 1
    How did you install Jupyter? I think there are a few different ways it's commonly installed, and knowing how might help us figure out – Kaia Aug 27 '20 at 00:01
  • Why don't you make a virtual env nd launch jupyter from there. Or you could make a `conda` environment and launch from there – Anurag Reddy Aug 27 '20 at 00:02
  • 1
    https://stackoverflow.com/a/46902466/1275942 has some useful commands; can you share their output? – Kaia Aug 27 '20 at 00:02
  • @Keon I installed Jupyter with pip – Juan Aug 27 '20 at 00:03
  • Can you share the results from opening a jupyter notebook and running "import sys; print(sys.executable); print(sys.version); print(sys.version_info)" (sorry comments are mangling the formatting)? – Kaia Aug 27 '20 at 00:10
  • This is what I got @Keon: https://pastebin.com/Kcwkjp7f – Juan Aug 27 '20 at 00:14
  • Any luck with this? Having the same issue. – Weierstraß Ramirez Jul 13 '21 at 12:34

0 Answers0