1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【LOG】macOS|pip3でJupyterLabインストール→起動→終了

Posted at

環境

  • 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 編集画面が立ち上がります🕺

スクリーンショット_2021-03-05_0_08_53.png


スクリーンショット_2021-03-05_0_11_58.png

#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).
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?