- Help Center
- Homework and Notebooks
-
Data Science Bootcamp
-
Python Programming
-
Machine Learning
-
Data Analysis
-
Pricing
-
Registration
-
R Language
-
SQL
-
Power BI
-
Homework and Notebooks
-
Platform Related Issues
-
Programming and Tools
-
Large Language Models Bootcamp
-
Blog
-
Employment Assistance
-
Partnerships
-
Data Science for Business
-
Python for Data Science
-
Introduction to Power BI
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