Until you create Python Virtualenv on Windows and launch Jupyter

Introduction of Python

Anything is fine as Virtualenv is created immediately after installation. (Here, I'm using Python (x, y). It seems that numpy will have a hard time with the 64-bit version)

Introducing virtualenv

Python (x, y) etc. have already been introduced. If you put in raw Python, do something like pip install virtualenv`` pip install virtualenvwrapper-win`.

Creating a virtualenv

C:\Users\kounoike>mkvirtualenv jupyter
New python executable in jupyter\Scripts\python.exe
Installing setuptools, pip, wheel...done.
(jupyter) C:\Users\kounoike>lsvirtualenv

dir /b /ad "C:\Users\kounoike\Envs"
==============================================================================
jupyter

numpy installation

Most packages come in with pip, but there are some packages that don't, and they have to be put in with easy_install. One of them is numpy, so install it separately.

If you refer to http://qiita.com/icoxfog417/items/02e1f6f34dc147afaa27, you can install it by following the steps below.

Download & unpack

Download the binary for your python version from http://sourceforge.net/projects/numpy/files/NumPy/. For python2.7, download numpy-1.9.2-win32-superpack-python2.7.exe.

Furthermore, if you extract the downloaded exe using 7-Zip etc., numpy-1.9.2-sse3.exe etc. will appear, so save it somewhere.

Installation

easy_install numpy-1.9.2-sse3.exe

Jupyter installation

You can enter it with pip, so just do pip install ipython [notebook].

Install matplotlib

Jupyter (IPython) alone isn't interesting, so I've included matplotlib and pandas (I needed numpy for this). As long as numpy is included, it ends with pip.

pip install matplotlib pandas

Run Jupyter

ipython notebook

After this

Since it is Jupyter, let's install a kernel like R or Julia.

Recommended Posts

Until you create Python Virtualenv on Windows and launch Jupyter
Until you create a machine learning environment with Python on Windows 7 and run it
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
Create a decent shell and python environment on Windows
Python 3.6 on Windows ... and to Xamarin.
Install Python on Windows + pip + virtualenv
Integrate Modelica and Python on Windows
[Python] Until CuPy is installed on Windows 10 and CUDA core is used
Virtualenv does not work on Python3.5 (Windows)
Python on Windows
Install and run Python3.5 + NumPy + SciPy on Windows 10
(Windows) Causes and workarounds for UnicodeEncodeError on Python 3
Notes on installing Python3 and using pip on Windows7
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda
Until you use PhantomJS with Python on Heroku
[Note] Installing Python 3.6 + α on Windows and RHEL
Create a Python virtual development environment on Windows
Install ZIP version Python and pip on Windows 10
Until you create an Ubuntu boot USB on your Macbook and install Ubuntu on your Thinkpad
Until you install Python with pythonbrew and run Flask on a WSGI server
Until you publish a web service on GCP while studying JQuery and Python
python basic on windows ②
Install python on windows
Easily launch jupyter notebook on AWS and access locally
Until drawing a 3D graph in Python on windows10
Create a comfortable Python 3 (Anaconda) development environment on windows
Install Bash on Ubuntu on Windows, Ruby, Python, Jupyter, etc.
Until you install Anaconda for data analysis on your Mac and launch the IDE
Install Numpy on virtualenv on Windows
Run Jupyter on Ubuntu on Windows
Run Openpose on Python (Windows)
Install watchdog on Windows + Python 3.3
Python on Ruby and angry Ruby on Python
Create a Python (pyenv / virtualenv) development environment on Mac (Homebrew)
Install Python and Flask (Windows 10)
Building a Python environment on a Mac and using Jupyter lab
Python + Kivy development on Windows
Install python3 and scientific calculation library on Ubuntu (virtualenv + pip)
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Until you use Python 3 system on Sakura rental server (create verification environment) Part 1 Contract-Initial setting
Fastest Python installation on Windows
Build Python environment on Windows
Install python and Visual Studio Code on windows10 (April 2020 version)
Build python environment on windows
I ran python on windows
[Python] [Chainer] [Windows] Install Chainer on Windows
Use Python on Windows (PyCharm)
Run Jupyter Notebook on windows
Building a Python development environment on Windows -From installing Anaconda to linking Atom and Jupyter Notebook-
Create a Python environment for professionals in VS Code on Windows
If you get stuck in Cannot load mkl_intel_thread.dll in Python on Windows
Create AtCoder Contest appointments on Google Calendar with Python and GAS
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Python environment construction memo on Windows 10
Notes on Python and dictionary types
Installing Kivy on Windows10 64bit Python3.5
Until you start Jupyter with Docker
Anaconda python environment construction on Windows 10
Install python2.7 on windows 32bit environment
Install xgboost (python version) on Windows
Create a Python environment on Mac (2017/4)