jupyter notebook打开后一直显示connecting to kernel
cmd界面如下:
[I 20:26:19.826 NotebookApp] JupyterLab extension loaded from E:\anaconda\lib\site-packages\jupyterlab
[I 20:26:19.826 NotebookApp] JupyterLab application directory is E:\anaconda\share\jupyter\lab
[I 20:26:19.828 NotebookApp] Serving notebooks from local directory: C:\Users\86152
[I 20:26:19.828 NotebookApp] The Jupyter Notebook is running at:
[I 20:26:19.828 NotebookApp] http://localhost:8888/?token=25ccc4964d3943ed413968ce0a295c0b...
[I 20:26:19.828 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 20:26:19.851 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://localhost:8888/?token=25ccc4964d3943ed413968ce0a295c0bd06f35443bb265cf
[I 20:26:20.028 NotebookApp] Accepting one-time-token-authenticated connection from ::1
E:\anaconda\lib\json\encoder.py:257: UserWarning: date_default is deprecated since jupyter_client 7.0.0. Use jupyter_client.jsonutil.json_default.
return _iterencode(o, 0)
[I 20:26:41.323 NotebookApp] Creating new notebook in
E:\anaconda\lib\json\encoder.py:257: UserWarning: date_default is deprecated since jupyter_client 7.0.0. Use jupyter_client.jsonutil.json_default.
return _iterencode(o, 0)
[I 20:26:42.441 NotebookApp] Kernel started: 426c41b4-1f1d-4aa8-8986-252f95f398e8
[I 20:26:42.970 NotebookApp] Adapting to protocol v5.1 for kernel 426c41b4-1f1d-4aa8-8986-252f95f398e8
E:\anaconda\lib\site-packages\notebook\base\zmqhandlers.py:284: RuntimeWarning: coroutine 'WebSocketHandler.get' was never awaited
super(AuthenticatedZMQStreamHandler, self).get(args, *kwargs)
[W 20:26:43.977 NotebookApp] Replacing stale connection: 426c41b4-1f1d-4aa8-8986-252f95f398e8:88c31101a6c240db839ef123718400b0
[I 20:28:43.201 NotebookApp] Saving file at /Untitled20.ipynb
E:\anaconda\lib\site-packages\nbformat\__init__.py:129: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use normalize()
on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.
validate(nb)
E:\anaconda\lib\site-packages\notebook\services\contents\manager.py:351: MissingIDFieldWarning: Code cell is missing an id field, this will become a hard error in future nbformat versions. You may want to use normalize()
on your notebooks before validations (available since nbformat 5.1.4). Previous versions of nbformat are fixing this issue transparently, and will stop doing so in the future.
validate_nb(model['content'])
请问这应该怎么解决?
我检查了端口是否占用,显示没有,更新了jupyter,仍然这样。