LoginSignup
0
0

More than 3 years have passed since last update.

Study Notes#1

Posted at

はじめに

Jupyter notebook インストール

環境

  • OS : Ubuntu Desktop 20.04 LTS

インストール

pip3でインストールする。

$ pip3 install notebook

カレント ディレクトリが作業スペースになるため、作業ディレクトリに移動してjupyter実行

$ mkdir python-data
$ cd python-data
$ jupyter notebook

以下画面が表示されたら起動無事完了
1-1.png

動作確認

  • python notebook作成

    [New] > [Python 3]クリック
    2-1.png

  • 動作確認
    空欄に「print('Test OK')」と書いて[Run]クリック > 結果を確認
    3-1.png
    4-1.png

※notebook画面を閉じてもnotebookは自動停止しないため、手動停止が必要
7-1.png
8-1.png

0
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
0
0