環境
macOS BigSur Version : 11.2.2
pip3 Version : 21.0.1
#1. JupyterLabインストール
pip3 install jupyterlab
コマンドで JupyterLab
をインストールする(1〜2分で完了した)
% pip3 install jupyterlab
#2. JupyterLabを起動
jupyter lab
コマンドで起動する
Chromeで、JupyterLab
が立ち上がる
(Safariで立ち上がる場合、ターミナルに表示された http://localhost …
で始まるURLを
ブラウザURL入力窓に入れれば開けました🕺)
% jupyter lab
#3. JupyterNotebook
を起動
表示された画面の Notebook下 Python
を選択すれば、お待ちかねの JupyterNotebook
編集画面が立ち上がります🕺
#4. JupyterLab
を終了
JupyterLab
起動時に以下表示があったので、ターミナルにてショートカットキー control + C
を実行し、
Shutdown this notebook server (y/[n])?
と聞かれるため、 y → Enter
で答えて、 JupyterLab
を終了する
※ JupyterLab
の 画面左上 「FILE」 メニュー → Shut Down
からでも終了できるようです🕺
Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).