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
Comments