前提・実現したいこと
jupyter notebook内でファイルを開こうとするとエラーが発生しファイルを開けません。
エラーメッセージは下記の通りです。
どう対処すればいいかご教授下さい。
発生している問題・エラーメッセージ
エラーメッセージ
Token authentication is enabled
If no password has been configured, you need to open the notebook server with its login token in the URL, or paste it above. This requirement will be lifted if you enable a password.
The command:
jupyter notebook list
will show you the URLs of running servers with their tokens, which you can copy and paste into your browser. For example:
Currently running servers:
http://localhost:8888/?token=c8de56fa... :: /Users/you/notebooks
or you can paste just the token value into the password field on this page.
See the documentation on how to enable a password in place of token authentication, if you would like to avoid dealing with random tokens.
Cookies are required for authenticated access to notebooks.
Setup a Password
You can also setup a password by entering your token and a new password on the fields below:
試したこと
最初に表示されていたのは「メモリ不足」エラーだったので、参照ページに従いChrome内のキャッシュの削除、PCの再起動を行ないましたが、依然エラーは出続けています。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2019/10/14 11:02
2019/10/14 11:12