Install ipython and jupyter notebook

2018年12月04日 1009Browse 1Like 0Comments

Win10+Python3.6

Install ipython and juypter(notebook)
> python -m pip install --upgrade pip
> pip install ipython jupyter

Run ipython
> ipython

Run ipython with qt gui
> pip install pyqt5
> ipython --gui=qt

Run jupyter notebook
> jupyter notebook
then, create your notes in the web notebook in browser

Sunflower

Stay hungry stay foolish

Comments