(d2l) E:\AI\DeepLearning Tools\d2l-zh v2>jupyter notebook
[W 16:19:12.024 NotebookApp] Terminals not available (error was No module named ‘winpty.winpty’)
[I 16:19:12.026 NotebookApp] Serving notebooks from local directory: E:\AI\DeepLearning Tools\d2l-zh v2
[I 16:19:12.026 NotebookApp] Jupyter Notebook 6.4.0 is running at:
[I 16:19:12.026 NotebookApp] http://localhost:8888/?token=6147b72317382d92941f2d33458822da54cb725be075da4f
[I 16:19:12.026 NotebookApp] or http://127.0.0.1:8888/?token=6147b72317382d92941f2d33458822da54cb725be075da4f
[I 16:19:12.026 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 16:19:12.078 NotebookApp]
To access the notebook, open this file in a browser:
file:///C:/Users/GAME-1/AppData/Roaming/jupyter/runtime/nbserver-13528-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=6147b72317382d92941f2d33458822da54cb725be075da4f
or http://127.0.0.1:8888/?token=6147b72317382d92941f2d33458822da54cb725be075da4f
ERROR:asyncio:Exception in callback <TaskWakeupMethWrapper object at 0x000001C799F35258>(<Future finis…bbf"\r\n\r\n’>)
handle: <Handle <TaskWakeupMethWrapper object at 0x000001C799F35258>(<Future finis…bbf"\r\n\r\n’>)>
Traceback (most recent call last):
File “c:\users\game-1.conda\envs\d2l\lib\asyncio\events.py”, line 88, in _run
self._context.run(self._callback, *self._args) RuntimeError: Cannot enter into task <Task pending coro=<HTTP1ServerConnection._server_request_loop() running at c:\users\game-1.conda\envs\d2l\lib\site-packages\tornado\http1connection.py:823> wait_for=<Future finished result=b’GET /api/co…2bbf"\r\n\r\n’> cb=[IOLoop.add_future..() at c:\users\game-1.conda\envs\d2l\lib\site-packages\tornado\ioloop.py:688]> while another task <Task pending coro=<MappingKernelManager.start_kernel() running at c:\users\game-1.conda\envs\d2l\lib\site-packages\notebook\services\kernels\kernelmanager.py:176> cb=[IOLoop.add_future..() at c:\users\game-1.conda\envs\d2l\lib\site-packages\tornado\ioloop.py:688]> is being executed.
ERROR:asyncio:Exception in callback <TaskWakeupMethWrapper object at 0x000001C798AFD618>(<Future finis…bbf"\r\n\r\n’>)
handle: <Handle <TaskWakeupMethWrapper object at 0x000001C798AFD618>(<Future finis…bbf"\r\n\r\n’>)>
Traceback (most recent call last):
File “c:\users\game-1.conda\envs\d2l\lib\asyncio\events.py”, line 88, in _run
self._context.run(self._callback, *self._args) RuntimeError: Cannot enter into task <Task pending coro=<HTTP1ServerConnection._server_request_loop() running at c:\users\game-1.conda\envs\d2l\lib\site-packages\tornado\http1connection.py:823> wait_for=<Future finished result=b’GET /kernel…2bbf"\r\n\r\n’> cb=[IOLoop.add_future..() at c:\users\game-1.conda\envs\d2l\lib\site-packages\tornado\ioloop.py:688]> while another task <Task pending coro=<MappingKernelManager.start_kernel() running at c:\users\game-1.conda\envs\d2l\lib\site-packages\notebook\services\kernels\kernelmanager.py:176> cb=[IOLoop.add_future..() at c:\users\game-1.conda\envs\d2l\lib\site-packages\tornado\ioloop.py:688]> is being executed.
[I 16:19:18.462 NotebookApp] Kernel started: 6f50232a-d0a4-4d0e-925d-396086f76a59, name: python3 [W 16:19:19.128 NotebookApp] 404 GET /static/components/MathJax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf (::1) 5.980000ms referer=http://localhost:8888/notebooks/chapter_preliminaries/ndarray.ipynb
你好,我按照你的步骤进行了安装,安装的时候一切正常。但是到了激活环境的时候,就不行了
报错如下
输入:conda activate d2l
报错:Could not find conda environment: d2l
You can list all discoverable environments with conda info --envs.
请问您有遇到这样的问题吗?
非常感谢,现在activate base和deactivate都正常了。
但是我在打开jupyter notebook里的项目例子时,
报错:
[W 13:43:39.079 NotebookApp] 404 GET /api/contents/d2l-zh/pytorch/chapter_linear-networks?type=directory&=1628573992115 (::1): No such file or directory: d2l-zh/pytorch/chapter_linear-networks
[W 13:43:39.087 NotebookApp] No such file or directory: d2l-zh/pytorch/chapter_linear-networks
[W 13:43:39.091 NotebookApp] 404 GET /api/contents/d2l-zh/pytorch/chapter_linear-networks?type=directory&=1628573992115 (::1) 16.120000ms referer=http://localhost:8888/tree/d2l-zh/pytorch/chapter_linear-networks
[W 13:43:58.612 NotebookApp] Notebook pytorch/chapter_linear-networks/linear-regression-concise.ipynb is not trusted
Bad file descriptor (C:\projects\libzmq\src\epoll.cpp:100)
请指点,谢谢!