前提・実現したいこと
ANACONDAでJupyter Notebookを立ち上げようとすると、次の様な画面になってしまいます。
発生している問題・エラーメッセージ
まず次の様なメッセージのターミナル(?)が起動します Last login: Wed Aug 5 05:54:42 on ttys002 /Applications/anaconda3/bin/jupyter_mac.command ; exit; (base) <PC名>shinoMacBook-Pro:~ <PC名>$ /Applications/anaconda3/bin/jupyter_mac.command ; exit; [I 05:55:44.024 NotebookApp] JupyterLab extension loaded from /Applications/anaconda3/lib/python3.7/site-packages/jupyterlab [I 05:55:44.024 NotebookApp] JupyterLab application directory is /Applications/anaconda3/share/jupyter/lab [I 05:55:44.026 NotebookApp] Serving notebooks from local directory: /Users/takayamasahiro [I 05:55:44.026 NotebookApp] The Jupyter Notebook is running at: [I 05:55:44.026 NotebookApp] http://localhost:8888/?token=ebbab1c4ba1d89b9721e9b7005d5a0ebfa76ffe9863bc105 [I 05:55:44.026 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 05:55:44.034 NotebookApp] To access the notebook, open this file in a browser: file:///Users/<PC名>/Library/Jupyter/runtime/nbserver-74338-open.html Or copy and paste one of these URLs: http://localhost:8888/?token=ebbab1c4ba1d89b9721e9b7005d5a0ebfa76ffe9863bc105 その次に、[runtime]フォルダにあるnbserver-74403-open.htmlが2回開いてしまい、そこかすら進みません。次の様なLF,Unicode(UTF-8),HTMLの内容が表示されます。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="1;url=http://localhost:8890/tree?token=4dbd660f7fe8f44ed67905c45f05169315044b2bc9d65373" /> <title>Opening Jupyter Notebook</title> </head> <body> <p> This page should redirect you to Jupyter Notebook. If it doesn't, <a href="http://localhost:8890/tree?token=4dbd660f7fe8f44ed67905c45f05169315044b2bc9d65373">click here to go to Jupyter</a>. </p> </body> </html> http://localhost:8890/tree?token=4dbd660f7fe8f44ed67905c45f05169315044b2bc9d65373をクリックすると起動しそうなのですが…。
該当のソースコード
上記です。
試したこと
いろいろ検索したのでダメでした。
思い当たるのはIDLEでpipコマンド(?)を使ったことくらいです。
補足情報(FW/ツールのバージョンなど)
OS Mac10.14.6
> はい。Jupyter Notebookのlaunchをクリックして立ち上がっていました。
もしかしてAnaconda Navigatorから起動していたってことですか? ※現象が発生する直前の操作について詳細に説明した方が適切な回答がつきやすくなるかと思います。
何故自動起動しなくなったかは分かりませんが、下記の様な文言をブラウザのURLとして貼りつければnotebookが起動するはずです。 ※token部分は毎回変わります
> http://localhost:8888/?token=ebbab1c4ba1d89b9721e9b7005d5a0ebfa76ffe9863bc105
ありがとうございます。
Anaconda Navigatorから起動していました。
次回以降、より詳しく質問する様にします。
URL貼り付けで、起動できました!!!
ブラウザの設定をSafariからGoogleCromeに変更したところ、Anaconda NavigatorのNotebookから直接起動できました。何故かはわからないです…。
あなたの回答
tips
プレビュー