簡體   English   中英

vscode中的jupyter筆記本

[英]jupyter note book in vscode

每當我啟動 Kernel 時,都會彈出此警告在此處輸入圖像描述

Failed to start the Kernel. 
c:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(
c:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '650acb8e-de88-49d4-83a0-12cbf7a674c3' instead of 'b"650acb8e-de88-49d4-83a0-12cbf7a674c3"'.
  warn(
Bad file descriptor (bundled\zeromq\src\epoll.cpp:100).

我該如何處理 whis 問題?

我通過安裝較低版本的 pyzmq 來解決它:

pip uninstall pyzmq
pip install pyzmq==19.0.2

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM