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

MacにJupyter Notebookをインストールする

Posted at

Jupyter Notebookインストールしたときの備忘録です。

インストールにAnacondaを使います。選んだ理由は下記の通りです。

  • インストールが楽で早い
  • 必要なライブラリ一式もインストールされる
  • Condaで仮想環境が作られる
    上記の点が良いと思いました。

ダウンロードとインストール

Anacondaダウンロードページ
上記の Download-> OSとインストーラを選ぶ。

ぼくはGraphical Installerを選んだので「Anaconda3-2020.11-MacOSX-x86_64.pkg」というPKGファイルからインストールしました。
インストールが完了したら「Anaconda Navigator」からAnacondaを起動します。

Jupyter NotebookをLunchすると起動します。
(ローカルサーバが建てられ、ブラウザ上で動きます。)

右上の新規->Python3から新しいノートブックを作成できます。

セルにコードを書いて、command+Enterで実行できます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?