[PYTHON] Run Jupyter Notebook on windows

Installing the compiler for pip

It seems that Microsoft Visual C ++ Compiler for Python 2.7 is required if you want to install it with matplotlib or pip, so download it from the following and install it from msi

http://www.microsoft.com/en-us/download/details.aspx?id=44266

If you don't have it installed, you will get the following error when you run pip install matplotlib

C:\Python27\Lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
  warnings.warn(msg)
error: Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat). Get it from http://aka.ms/vcpython27

Installation method

Premise that python and pip are included

pip install ipython jupyter matplotlib

Maybe ipython isn't needed

Start-up

When you execute a command, jupyter starts with the folder where you executed the command as the root and is displayed in the browser. If you use it only locally, this is fine.

jupyter notebook

Now you can draw figures with markdown, TeX and matplotlib on your browser.

スクリーンショット_091015_092040_AM.jpg

Check the folder containing the configuration file

Write where to put the jupyter settings Reference

> jupyter --config-dir
C:\Users\<USERNAME>\.jupyter

Recommended Posts

Run Jupyter Notebook on windows
Run Jupyter on Ubuntu on Windows
Run azure ML on jupyter notebook
Run Tensorflow from Jupyter Notebook on Bash on Ubuntu on Windows
Run Jupyter notebook on a remote server
Run Openpose on Python (Windows)
High charts on Jupyter notebook
View PDF on Jupyter Notebook
Run IPython Notebook on Docker
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
Formatting with autopep8 on Jupyter notebook
Run Tensorflow natively supported on windows
Run XGBoost on Bash on Ubuntu on Windows
Try running Jupyter Notebook on Mac
A note when I can't open Jupyter Notebook on Windows
Jupyter Notebook memo
Run Radeon GPU on Windows on QEMU / KVM
Introducing Jupyter Notebook
Run servo with Python on ESP32 (Windows)
Python on Windows
Make Jupyter Notebook a service on CentOS
Try SVM with scikit-learn on Jupyter Notebook
Powerful Jupyter Notebook
Start jupyter notebook on GPU server (remote server)
Golang on jupyter
Clone the github repository on jupyter notebook
Jupyter on AWS
Build jupyter notebook on remote server (CentOS)
Jupyter notebook password
Use vim keybindings on Docker-launched Jupyter Notebook
Jupyter Notebook memo
Run matplotlib on a Windows Docker container
Install and run Python3.5 + NumPy + SciPy on Windows 10
[Jupyter Notebook / Lab] 3 ways to debug on Jupyter [Pdb]
Run django applications on Windows + Apache + mod_wsgi + services.
Put MicroPython on Windows to run ESP32 on Python
Run yolov4 "for the time being" on windows
Enable Jupyter Notebook with conda on remote server
[Pythonocc] I tried using CAD on jupyter notebook
Simply display a line graph on Jupyter Notebook
Try Apache Spark on Jupyter Notebook (on local Docker
Remotely open Jupyter notebook launched on the server
jupyter notebook does not start on mac fish
Hello X3DOM on Jupyter
Get started Jupyter Notebook
Pylint on Windows Atom
Linux (WSL) on Windows
Run Django on PythonAnywhere
Run mysqlclient on Lambda
Anaconda on Windows Terminal
Install Anaconda on Windows 10
python basic on windows ②
Install python on windows
3 Jupyter notebook (Python) tricks
Install pycuda on Windows10
Run OpenMVG on Mac
Build TensorFlow on Windows
Try FEniCS on Windows!
How to install Fast.ai on Alibaba Cloud GPU and run it on Jupyter notebook
Build XGBoost on Windows
Install pygraphviz on Windows 10