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
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
https://qiita.com/HyunwookPark/items/4bad36ea9b5534594204
$pip install -U pip --user
Are you still exhausted by the proxy? It seems to be said, but it can't be helped.
Recommended Posts