Install Python Jupyter lab

Purpose: Install Jupyter lab

phenomenon:

When I installed Jupyter lab with pip and ran jupyter lab at the command prompt, I got the following error!

command prompt


C:\Users\<username>>jupyter lab
'jupyter lab'Is an internal or external command,
It is not recognized as an operable program or batch file.

Cause

environment:

Supplement:

Installation method:

As a solution to these causes, I installed jupyter lab according to the following procedure.

1) Delete the original Python environment

I referred to the following site and did the work. https://gammasoft.jp/support/uninstall-python-completely-on-windows/

The flow of this work and supplements for each work are described below.

  1. Uninstall the software No supplement

  2. Manually delete the remaining folders Note) If you have several different versions of Python saved here and there, search for the following keywords in File Explorer and manually delete the found folder (both parents and children!). Search word: python, pip

  3. Delete environment variables I deleted the environment variables by referring to the following site. ★★ Caution ★★) After installing Python many times, the environment variable settings got dirty and I had a hard time cleaning. To make sure it is deleted, delete both the user environment variable and the system environment variable. Also, restart your PC to ensure that the settings are updated. To check the update of the setting variable, it is more reliable to enter PATH at the command prompt rather than looking at the system properties.

How to delete environment variables: ttps: //www.javadrive.jp/python/install/index3.html

2) Installation

  1. After deleting the original environment, perform the following installation work.

prompt


#Normal
pip install pip --upgrade

#If you have multiple pips and you don't know which pip is being called
python -m pip install --upgrade pip

#If you want to specify the location of the pip you want to execute
cd <Full path of pip destination folder> -> pip install pip -upgrade  

Go to the explanation page of jupyter lab installation method https://qiita.com/kirikei/items/a1639954ce5ccaf7ac3c

3) Summary

Recommended Posts

Install Python Jupyter lab
install python
Jupyter Lab begins
Install Python locally
Install NAOqi python
Install Python Control
CentOS8 --Install --Python3
Memory leak in Python Jupyter Lab (Notebook)?
Build Jupyter Lab (Python) environment with Docker
Install python on WSL
How to install Python
Install Python on Pidora.
Install Python on Mac
How to install python
Install Python 3 on Mac
Install python from source
Install Python3.4 on CentOS 6.6
Install python external library
Install python (pyenv, pyenv-virtualenv)
Install Voluptuous with Python 2.5
Install python on windows
3 Jupyter notebook (Python) tricks
Python PyTorch install tips
Install Python 2.7.3 on CentOS 5.4
Install python with pyenv
Install Python 3.3 on Ubuntu 12.04
Install Python 3.4 on Mac
Install Python 3.6 on Docker
Install Python (for Windows)
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
Setting up Jupyter Lab in a Python 3.9 venv environment
Install Bash on Ubuntu on Windows, Ruby, Python, Jupyter, etc.
Install octave_kernel on Jupyter [additional]
[2020.8 latest] How to install Python
How to install Python [Windows]
Install Python 3.8 on RHEL 8 (AppStream)
Install watchdog on Windows + Python 3.3
Install Python and Flask (Windows 10)
Install Python environment with Anaconda
Install pygame on python3.4 on mac
Windows10: Install python dlib library
Install Python 3.8 on CentOS 7 (SCL)
Install external libraries with Python
Install multiple versions of Python
Install pandas 0.14 on python3.4 [on Mac]
Install Python 3.7 and Django 3.0 (CentOS)
Install OpenCV on Ubuntu + python
Python --Install MySQLDB on EC2
Try running Python with Try Jupyter
Install pyenv from Homebrew, install Python from pyenv
Label images on jupyter lab
Install Python 3.8 on CentOS 8 (AppStream)
Error: 500 (Internal Server Error) Jupyter lab
Python | Jupyter> Post-mortem debugging | pdb.post_mortem ()
[Python] [Chainer] [Windows] Install Chainer on Windows
Python install in 2 lines @Windows
python3.8 venv environment jupyter notebook
Install dlib for Python (Windows)
Building a Python environment on a Mac and using Jupyter lab
I wrote the basic grammar of Python with Jupyter Lab
You may need git to install the jupyter lab extension