0
2

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 5 years have passed since last update.

Pythonメモ Anaconda × Jupyter Notebook

0
Last updated at Posted at 2017-09-02


Anaconda × Jupyter Notebook


 Anacondaで環境構築し、
 Jupyter NotebookでPythonを実行する。

 Anacondaのインストールは以下の方法。
 http://qiita.com/ShibaNDD/items/61624a947651caee40a0

 Anacondaの環境構築は以下の方法。
 http://qiita.com/ShibaNDD/items/dfbbb4e3bfa9f1218271


環境にJupyter Notebookをインストール


 1.Anaconda navigatorの[HOME]を選択。

 2.Application on [root] のrootの部分を自分の作成した環境を選択。

 3.Jupyter Notebookの[Install]をクリック。

 4.Installが完了したら、[Launch]をクリックすると
 ターミナルとブラウザが立ち上がる。


Macでのエラー

56:36.621 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,to login with a token:http://localhost:8890/token=9b9b7ec0b6788f321378138d423df62a13c05048ef89fc42```

上記のエラーはエラーコードに書いてあるURL(http://localhost:*****)
をブラウザでアクセスするとJupyterに移動することができる。

<br>

<br>



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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?