[PYTHON] Install Jupiter Notebook on Windows with pip in proxy environment

How to install Jupyter Notebook with pip

This procedure must be performed on a proxy assumption https://qiita.com/adshidtadka/items/cb34d355a41a4a14ff68

In short, it's very easy just to hit the following with git bash, but you need to fix it to proxy assumption

$pip install -U pip
$pip install jupyter
$jupyter notebook

Proxy premise procedure

https://qiita.com/samunohito/items/40a03e1464899225e698 Since it is git bash, make it export instead of set

export HTTP_PROXY=http://user:[email protected]:8080
export HTTPS_PROXY=http://user:[email protected]:8080

I had a permission error, so I chose the --user option

https://qiita.com/HyunwookPark/items/4bad36ea9b5534594204

$pip install -U pip --user

Impressions

Are you still exhausted by the proxy? It seems to be said, but it can't be helped.

Recommended Posts

Install Jupiter Notebook on Windows with pip in proxy environment
Until you install TensorFlow-GPU with pip in Windows environment
Pip install (Windows) under Proxy environment
Let's install box2d-py with Windows 10 environment pip
Pip install --ugrade pip fails on Windows
Install python2.7 on windows 32bit environment
Install Python on Windows + pip + virtualenv
Install Python development environment on Windows 10
UnicodeDecodeError occurs in pip (Windows environment)
[Python Windows] pip install with Python version
Install easy_install and pip on windows
Install pip in Serverless Framework and AWS Lambda with Python environment
scipy stumbles with pip install on python 2.7.8
Install rJava on Linux in R3.6 environment.
I wanted to use jupyter notebook with docker in pip environment (opticspy)
Unable to import packages installed in virtual environment with Anaconda on Windows 10
What to do if you can't install with pip in babun environment
I can't install Dask with pip on Ubuntu
Install python package in personal environment on Ubuntu
Browser specification of Jupyter Notebook in Windows environment
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda
Install Python 3.5.1 + numpy + scipy + α in Windows environment
Install deep learning environment offline on Windows (Tensorflow, Keras) ・ ・ ・ It may be called "pip installation method in offline environment" ...
Eliminates SSL error when PIP Install on Windows.
Install ZIP version Python and pip on Windows 10
Install pip on Mavericks
Error with pip install
Install Anaconda on Windows 10
virtualenvwrapper in windows environment
Install python on windows
Install pycuda on Windows10
Install pygraphviz on Windows 10
Install Chainer 1.5.0 on Windows
Use pip on Windows
Install pip / pip3 on Ubuntu
Install scikit.learn with pip
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
Create an OpenAI Gym environment with bash on Windows 10
Make it easy to install the ROS2 development environment with pip install on Python venv
Install Numpy on virtualenv on Windows
OpenJTalk on Windows10 (Speak Japanese with Python from environment construction)
[Road to intermediate Python] Install packages in bulk with pip
Install watchdog on Windows + Python 3.3
Machine learning with Jupyter Notebook in OCI Always Free environment (2019/12/17)
Install Python environment with Anaconda
Let's get started with Python ~ Building an environment on Windows 10 ~
Install Win-Kex (kali-linux) on Windows 10.
Use pip with Jupyter Notebook
Install cvxpy on windows, Anaconda
venv environment with windows powershell
When moss with pip install
How to use VS Code in venv environment on windows
Prepare Chainer environment on Windows
Update packages already installed with pip in user environment (non-su)
A story that stumbled when using pip in a proxy environment
Reflect the virtual environment created with Miniconda in Jupyter notebook
Install github repository with pip
Build Python environment on Windows
Django environment development on Windows 10
Install Chainer 1.6 (GPU) on Windows 7.
Build python environment on windows