Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

With python 2 kernel, I have installed anaconda navigator. I dont know whether i have missed anything when installing navigator. I also have python 3. But, I  dont know how to add it to python. I will also share my screenshot of what default jupyter notebook installed it python3 -m install python and opened in the web browser with jupyter looks like:

1 Answer

0 votes
by (26.4k points)

Try the following code in Ubuntu 16.04

python2 -m pip install ipykernel

python2 -m ipykernel install --user

python3 -m pip install ipykernel

python3 -m ipykernel install --user

Want to learn more about Python? Come and Join: Python Certfication course

Browse Categories

...