1. Help Center
  2. Homework and Notebooks

What are common python packages that need to be installed to start working in jupyter notebook ?

The below packages are already installed on the learning portal to run this exercise.
If you would like to run this code on your local machine, please run the below install commands in your command line tool.
If you would like to run this code on your local Jupyter Notebook, you can also run the below install commands in a new cell of jupyter notebook instead of command line using this convention !pip install package name.

Please install pandas package: pip install pandas
Please install scikit-learn package: pip install scikit-learn
Please install numpy package: pip install numpy
Please install seaborn package: pip install sns
Please install matplotlib package: pip install matplotlib
Please install pydotplus package: pip install pydotplus (Note: You might need to also install graphvi