Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebook does not launch #4607

Open
bukeyideyoumo opened this issue May 6, 2019 · 0 comments
Open

Jupyter notebook does not launch #4607

bukeyideyoumo opened this issue May 6, 2019 · 0 comments

Comments

@bukeyideyoumo
Copy link

I just downloaded the latest version of anaconda, spyder works fine, but I can not lauch jupyter notebook.
The error message is shown as below:

(base) C:\Users\86182>jupyter notebook
[I 00:15:04.842 NotebookApp] JupyterLab extension loaded from C:\Users\86182\Anaconda3\lib\site-packages\jupyterlab
[I 00:15:04.842 NotebookApp] JupyterLab application directory is C:\Users\86182\Anaconda3\share\jupyter\lab
[I 00:15:04.844 NotebookApp] Serving notebooks from local directory: D:\Code\jupyter-notebook
[I 00:15:04.844 NotebookApp] The Jupyter Notebook is running at:
[I 00:15:04.844 NotebookApp] http://localhost:8888/?token=47589ecc3000844b09b7bbdbe9a21bc2834cbabac89273ad
[I 00:15:04.844 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 00:15:04.900 NotebookApp]

To access the notebook, open this file in a browser:
    file:///C:/Users/86182/AppData/Roaming/jupyter/runtime/nbserver-10340-open.html
Or copy and paste one of these URLs:
    http://localhost:8888/?token=47589ecc3000844b09b7bbdbe9a21bc2834cbabac89273ad

[I 00:15:04.900 NotebookApp] Shutting down 0 kernels
Traceback (most recent call last):
File "C:\Users\86182\Anaconda3\Scripts\jupyter-notebook-script.py", line 10, in
sys.exit(main())
File "C:\Users\86182\Anaconda3\lib\site-packages\jupyter_core\application.py", line 266, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "C:\Users\86182\Anaconda3\lib\site-packages\traitlets\config\application.py", line 658, in launch_instance
app.start()
File "C:\Users\86182\Anaconda3\lib\site-packages\notebook\notebookapp.py", line 1806, in start
self.io_loop.start()
File "C:\Users\86182\Anaconda3\lib\site-packages\tornado\platform\asyncio.py", line 148, in start
self.asyncio_loop.run_forever()
File "C:\Users\86182\Anaconda3\lib\asyncio\base_events.py", line 539, in run_forever
self._run_once()
File "C:\Users\86182\Anaconda3\lib\asyncio\base_events.py", line 1739, in _run_once
event_list = self._selector.select(timeout)
File "C:\Users\86182\Anaconda3\lib\selectors.py", line 323, in select
r, w, _ = self._select(self._readers, self._writers, [], timeout)
File "C:\Users\86182\Anaconda3\lib\selectors.py", line 314, in _select
r, w, x = select.select(r, w, w, timeout)
OSError: [WinError 10038] 在一个非套接字上尝试了一个操作。

How can I fix this problem,Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant