Difference between revisions of "Python Software installation"

From rbachwiki
Jump to navigation Jump to search
(Created page with "==Install pandas for data analysis== pip install pandas ==Install Jupiter notebook== pip install jupyterlab")
 
Line 4: Line 4:
==Install Jupiter notebook==
==Install Jupiter notebook==
  pip install jupyterlab
  pip install jupyterlab
'''Start notebook'''
jupyter notebook

Revision as of 15:22, 10 January 2020

Install pandas for data analysis

pip install pandas

Install Jupiter notebook

pip install jupyterlab

Start notebook

jupyter notebook