ひかりの備忘録

Jupyter Lab のインストールと設定

Jupyter Lab のインストール

pip の更新

python -m pip install --upgrade pip

pip でインストール

pip install jupyterlab

起動

jupyter lab --no-browser