gpt4 book ai didi

jupyter-notebook - Voila for Jupyter 引发错误 : raise NotImplementedError

转载 作者:行者123 更新时间:2023-12-01 21:43:14 24 4
gpt4 key购买 nike

我使用的是 Python 3.8,这是 jupyter --version 的打印输出:

jupyter core     : 4.6.3
jupyter-notebook : 6.0.3
qtconsole : not installed
ipython : 7.13.0
ipykernel : 5.1.4
jupyter client : 6.0.0
jupyter lab : 2.0.0
nbconvert : 5.6.1
ipywidgets : 7.5.1
nbformat : 5.0.4
traitlets : 4.3.3

除了以下内容(直接来自文档),我实际上什么也没做:

pip install voila
git clone https://github.com/QuantStack/voila
cd voila
voila notebooks/bqplot.ipynb

打印这个:

Traceback (most recent call last):
File "c:\program files\python38\lib\runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\program files\python38\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\Python38\Scripts\voila.exe\__main__.py", line 7, in <module>
File "c:\program files\python38\lib\site-packages\traitlets\config\application.py", line 664, in launch_instance
app.start()
File "c:\program files\python38\lib\site-packages\voila\app.py", line 509, in start
self.listen()
File "c:\program files\python38\lib\site-packages\voila\app.py", line 529, in listen
self.app.listen(port)
File "c:\program files\python38\lib\site-packages\tornado\web.py", line 2116, in listen
server.listen(port, address)
File "c:\program files\python38\lib\site-packages\tornado\tcpserver.py", line 152, in listen
self.add_sockets(sockets)
File "c:\program files\python38\lib\site-packages\tornado\tcpserver.py", line 165, in add_sockets
self._handlers[sock.fileno()] = add_accept_handler(
File "c:\program files\python38\lib\site-packages\tornado\netutil.py", line 279, in add_accept_handler
io_loop.add_handler(sock, accept_handler, IOLoop.READ)
File "c:\program files\python38\lib\site-packages\tornado\platform\asyncio.py", line 100, in add_handler
self.asyncio_loop.add_reader(fd, self._handle_events, fd, IOLoop.READ)
File "c:\program files\python38\lib\asyncio\events.py", line 501, in add_reader
raise NotImplementedError
NotImplementedError

我是 Jupyter Notebooks/Lab 的初学者。我该如何解决这个问题?

最佳答案

asyncio.pyimport asyncio 之后添加这一行:

asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) 

https://github.com/mkdocs/mkdocs/commit/2172c9f999b17201102732a53c08e3de0dd48c74

关于jupyter-notebook - Voila for Jupyter 引发错误 : raise NotImplementedError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60959503/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com