[PYTHON] How to use jupyter lab in Windows 10 local environment

Introduction

I had a hard time installing jupyter lab in a Windows 10 environment, so I'll keep a record of it. If you search Google or Youtube for the jupyter lab installation procedure, you will often find the Anaconda installation procedure. I followed suit and installed Anaconda 3. I successfully installed Anaconda 3 and started jupyter lab, but there were some problems.

--I didn't like the procedure to launch and start jupyter lab from the Anaconda Navigator screen. --Cannot install jupyter lab extension (jupyter lab breaks?)

No matter how many times I tried it, it didn't work, so I gave up on this method. I want to use jupyer lab in the first place, and I don't need Anaconda 3, so I re-examined the procedure to install only jupyter lab.

Install and start jupyter lab

It was very easy to complete. I just hit the following command.

Tarminal


pip install jupyterlab
jupyter lab

I want to display a list of variables in jupyter lab

I wanted to use the extension "Variable Inspector" that displays a list of variables in jupyter lab, but I stopped. The reason is that VSCode solved it.

Jupyter lab works with VSCode and variable list is also displayed

If I was curious to open * .ipynb files with VSCode, Microsoft provided me with an extension called "jupyter". If you install this extension and open the * .ipynb file, you will see an interface similar to jupyter lab and it will work! ?? Moreover, when "Show variables in jupyter kernel" on the toolbar was enabled, the variable list was displayed as a table. Very convenient! !!

in conclusion

This time, I was able to see how to use jupyter lab in the local environment of Windows10. Learning Python seems to be going well. Thank you, Microsoft.

Recommended Posts

How to use jupyter lab in Windows 10 local environment
How to use VS Code in venv environment on windows
How to use Jupyter Notebook
How to use classes in Theano
How to use Dataiku on Windows
How to use SQLite in Python
How to use ChemSpider in Python
How to use PubChem in Python
How to use calculated columns in CASTable
[Introduction to Python] How to use class in Python?
How to access environment variables in Python
How to use Google Test in C
How to use Cmder with PyCharm (Windows)
How to use jupyter notebook without polluting your environment with Docker
How to use jupyter notebook with ABCI
How to use Anaconda interpreter in PyCharm
How to use __slots__ in Python class
How to use tensorflow under docker environment
Let's make jupyter lab easy to use
Jupyter Notebook Basics of how to use
How to use regular expressions in Python
How to use Map in Android ViewPager
How to use Jupyter notebook [Super Basic]
How to use is and == in Python
I wanted to use jupyter notebook with docker in pip environment (opticspy)
How to install python package in local environment as a general user
How to use the C library in Python
How to use Python Image Library in python3 series
Browser specification of Jupyter Notebook in Windows environment
How to use tkinter with python in pyenv
How to use pip3 under proxy environment Note
How to Git from GCP's Jupyter Lab to GSR
[TF] How to build Tensorflow in Proxy environment
Use os.getenv to get environment variables in Python
How to use xml.etree.ElementTree
How to use virtualenv
How to use Seaboan
How to use image-match
How to use shogun
How to use Pandas 2
How to use Virtualenv
How to use numpy.vectorize
How to use pytest_report_header
How to use partial
How to use SymPy
How to use x-means
How to use WikiExtractor.py
How to use IPython
How to use virtualenv
How to use Matplotlib
virtualenvwrapper in windows environment
How to use iptables
How to use numpy
How to use TokyoTechFes2015
How to use venv
How to use dictionary {}
How to use Pyenv
How to use list []
How to use python-kabusapi
How to use OptParse
How to use return