首先它不能从Anaconda Nevigator打开,所以我通过ctrl点击的方式打开了下面http://127.0.0.1:8889/?token='someting'的网页。
但是在notebook内打开文件之后,Kernel不能正确连接,然后整个闪退,闪退之前提示如下:
302 GET /?token=‘something’(127.0.0.1) 2.310000ms
0.0s - Debugger warning: It seems that frozen modules are being used, which may make the debugger miss breakpoints. Please pass -Xfrozen_modules=off to python to disable frozen modules.
Note: Debugging will proceed. Set PYDEVE_DISABLE_FILE_VALIDATION=1 to disable this validation.
Bad file dexcriptor (C:\ci\zeromq_.........\work\src\epoll.cpp:100)
已知我的电脑安装Python版本是3.11
请问大家这样如何解决?