How can I install jupyter notebook on my pc? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I install jupyter notebook on my pc?

I've downloaded anaconda 3 2021.11(64-bit)setup, and I want to use it for datascience. I also want to install Pandas and read CSV file. Please someone should guide me.

29th Jan 2022, 10:26 AM
DN Josh
DN Josh - avatar
2 Answers
+ 3
If you use an Anaconda distribution, pandas should already be installed. Open the Anaconda Navigator to look for Jupyter and install it via the navigator if necessary. Additional modules can be installed via the conda shell. On their page they inform about it.
29th Jan 2022, 10:57 AM
Lisa
Lisa - avatar
0
Lisa Thanks. I've successfully installed pandas. Though I used the command prompt cmd
29th Jan 2022, 8:40 PM
DN Josh
DN Josh - avatar