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