[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows

Notes on how to use python and ipython notebook in Windows environment

Postscript (2017/02/27):

Python 3.6.0 is currently released. I checked, but there was no change in the procedure.

Install the latest version of Python3

1. Install python for Windows from Python official

Download Python | Python.org

無題.png

2. Check Add to PATH to install Python

無題.png

3. Make sure you can use python on a suitable console

If you don't have a suitable one, you can use Git Bash in Git for Windows.

無題.png

4. Install ipython notebook with pip

Install with either of the following, basically you can install jupyter with the above command

install jupyter


$ pip install -U pip
$ pip install jupyter

ipython-install notebook(Old installation method)


$ pip install -U pip
$ pip install ipython
$ pip install ipython[notebook]

5. Run Jupyter Notebook (formerly ipython notebook)

$ jupyter notebook

When executed, the browser will open automatically. (Address is the default one) 1.png

Create a new notebook 2.png

Setup is now complete 3.png

Enable Vim Binding

With Vimmer, you can be happy with the following plugins.

A glimpse of what Jupyter (formerly IPython notebook) should be-Λlisue's blog lambdalisue/jupyter-vim-binding: Jupyter meets Vim. Vimmer will fall in love.

Disable keyboard shortcuts (firefox) Menu Wizard :: Add-ons for Firefox

Inline display of matplotlib graphs

Set the following at an appropriate place

%matplotlib inline

Plotting — IPython 5.0.0 documentation

reference

Installing Jupyter Notebook — Jupyter Documentation 4.1.1 alpha documentation Install Python3, numpy, pandas, matplotlib, etc. on Windows --Qiita Starting iPython notebook --Qiita

Recommended Posts

[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
Install python on windows
Install Anaconda on Mac and upload Jupyter (IPython) notebook to Anaconda Cloud
Install matplotlib and display graph on Jupyter Notebook
Install and run Python3.5 + NumPy + SciPy on Windows 10
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda
Install ZIP version Python and pip on Windows 10
Install watchdog on Windows + Python 3.3
Install Python and Flask (Windows 10)
[Python] [Chainer] [Windows] Install Chainer on Windows
Run Jupyter Notebook on windows
Install Bash on Ubuntu on Windows, Ruby, Python, Jupyter, etc.
Python 3.6 on Windows ... and to Xamarin.
Install python2.7 on windows 32bit environment
Install xgboost (python version) on Windows
Install Python on Windows + pip + virtualenv
Install Pytorch on Blender 2.90 python on Windows
Install Python development environment on Windows 10
Install easy_install and pip on windows
Until you create Python Virtualenv on Windows and launch Jupyter
Install python and Visual Studio Code on windows10 (April 2020 version)
Python on Windows
[Kivy] How to install Kivy on Windows [Python]
Install wsl2 and master linux on windows
Linking python and JavaScript with jupyter notebook
Install pyenv and Python 3.6.8 on Ubuntu 18.04 LTS
Building a Python development environment on Windows -From installing Anaconda to linking Atom and Jupyter Notebook-
Use Jupyter Notebook with Visual Studio Code on Windows 10 + Python + Poetry + pyenv-win
Install Python3, numpy, pandas, matplotlib, etc. on Windows
(Windows) Causes and workarounds for UnicodeEncodeError on Python 3
Notes on installing Python3 and using pip on Windows7
Launch and use IPython notebook on the network
[Python] How to install OpenCV on Anaconda [Windows]
[Note] Installing Python 3.6 + α on Windows and RHEL
Install MongoDB on Ubuntu 16.04 and operate via python
Install Python and libraries for Python on MacOS Catalina
Install python on WSL
Install Python on Pidora.
Install Scrapy on python3
Install Python on Mac
Install Python 3 on Mac
Install Python3.4 on CentOS 6.6
Install Python Jupyter lab
Install Anaconda on Windows 10
python basic on windows ②
3 Jupyter notebook (Python) tricks
Install pycuda on Windows10
Install Python 2.7.3 on CentOS 5.4
Install pygraphviz on Windows 10
Install Python 3.3 on Ubuntu 12.04
Install Chainer 1.5.0 on Windows
Install Python 3.4 on Mac
Install Python 3.6 on Docker
Install Python (for Windows)
How to install Fast.ai on Alibaba Cloud GPU and run it on Jupyter notebook
R environment construction with Jupyter (formerly IPython notebook) (on OS X El Capitan 10.11.3)
Easily launch jupyter notebook on AWS and access locally
Install Python3 on Mac and build environment [Definitive Edition]
Run Tensorflow from Jupyter Notebook on Bash on Ubuntu on Windows
Install selenium on Mac and try it with python
EC2 provisioning with Vagrant + Jupyter (IPython Notebook) on Docker