Difference between revisions of "Python Software installation"

From rbachwiki
Jump to navigation Jump to search
Line 8: Line 8:


==[[#top|Back To Top]] - [[Python|Category]]==
==[[#top|Back To Top]] - [[Python|Category]]==
[[Category:Python]]

Revision as of 16:19, 1 September 2020

Install pandas for data analysis

pip install pandas

Install Jupiter notebook

pip install jupyterlab

Start notebook

jupyter notebook

Back To Top - Category