2

I have python3 in my jupyter notebook but I want to make it for python2 as well. How can I install for both versions?

2

2 Answers 2

0

Jupyter will launch with the python version that is installed on the environment you're working in.

If you want to use multiple versions of python, you can use an environment management system like Conda to create different environments with different versions of python.

Miniconda is a light version of conda that you could use to get what you want.

Sign up to request clarification or add additional context in comments.

Comments

0

First click to kernel tab, then a dropdown menu will show up. Click change kernel and select python 2. If python 2 didn't show up check out this:

How to change jupyter kernel from Python 2 to python 3?

You can make it reverse.

2 Comments

I don't see any kernel option in my jupyter.
Sorry It's there but no python2 option.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.