-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
I have this error on my Mac, macOS 10.13.2, and Preferred languages is English (U.S.).
I have: Python 3.6.0; IPython 6.2.1; notebook-5.2.2
This is what I get when I launch ipython notebook:
HF:~ wonderful$ jupyter notebook
[I 17:31:48.966 NotebookApp] Serving notebooks from local directory: /Users/wonderful
[I 17:31:48.966 NotebookApp] 0 active kernels
[I 17:31:48.966 NotebookApp] The Jupyter Notebook is running at:
[I 17:31:48.966 NotebookApp] http://localhost:8888/?token=8b259de39006d0d9ece84cb51e90723af96afe8705d248cb
[I 17:31:48.966 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 17:31:48.967 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=8b259de39006d0d9ece84cb51e90723af96afe8705d248cb
[I 17:31:49.558 NotebookApp] Accepting one-time-token-authenticated connection from ::1
[W 17:31:49.921 NotebookApp] 404 GET /static/components/moment/locale/en-gb.js (::1) 12.86ms referer=http://localhost:8888/tree
[W 17:35:22.635 NotebookApp] 404 GET /i18n/zh-CN/LC_MESSAGES/nbjs.json (::1) 2.70ms referer=http://localhost:8888/tree
[W 17:35:22.641 NotebookApp] 404 GET /static/components/moment/locale/en-gb.js (::1) 5.72ms referer=http://localhost:8888/tree
[I 17:38:22.215 NotebookApp] 302 GET / (::1) 0.56ms
[W 17:38:22.478 NotebookApp] 404 GET /static/components/moment/locale/en-gb.js (::1) 2.56ms referer=http://localhost:8888/tree?
[W 17:38:23.714 NotebookApp] 404 GET /static/components/moment/locale/en-gb.js (::1) 3.30ms referer=http://localhost:8888/tree/qtse
[W 17:38:34.419 NotebookApp] 404 GET /static/components/moment/locale/en-gb.js (::1) 2.38ms referer=http://localhost:8888/tree/qtse/20170909
While when I type "Jupyter notebook", this error doesn't occur.