Difference between revisions of "Python Software installation"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
jupyter notebook | jupyter notebook | ||
==[[#top|Back To Top | ==[[#top|Back To Top]] - [[Python|Category]]== |
Revision as of 19:39, 12 March 2020
Install pandas for data analysis
pip install pandas
Install Jupiter notebook
pip install jupyterlab
Start notebook
jupyter notebook