https://www.anaconda.com/
Left menu-> Commands-> Extentions Manager-> Enable Extension Manager-> Enable
Install the LTS version from Node.js. Windows restart.
Lab installed from anaconda is 1.26, so upgrade to ver2. (Reference)
To version2
$ pip install --upgrade jupyterlab
With version 2, you can install the monokai theme from the extension. The vim operation is also changed to the one for version 2.
Below are past articles. -------------------------------------
Left menu-> Extension Manager-> jwkvam / jupyterlab-vim-> install
Desktop right click-> New-> Shortcut Paste the content you copied earlier to the link destination. Changed "jupyter-notebook-script.py" part to "jupyter-lab-script.py"-> Next Give it a name and finish. ――――――――――――――――――――――――――――――――――――――
From the command prompt
> conda install -c conda-forge jupyter_contrib_NbExtensions
When you launch jupyter notobook, the "nbextentions" tab is added.
Install jupyter-vim-binding
From the command prompt
#Move to nbextentions folder
> cd C:\ProgramData\Anaconda3\share\jupyter\nbextensions
# jupyter-vim-Download binding
> git clone https://github.com/lambdalisue/jupyter-vim-binding
nbextentions tab-> Vim binding check.
nbextentions tab-> Hinterland check. ―――――――――――――――――――――――――――――――――――――― Afterword After installing and setting the jupyter notebook, I noticed that the successor Lab was released ...