You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Bash environment, the Bask kernel dies when we ask Jupyter Lab to "Rerun Kernel and Run All Cells":
The Docker container log is:
[I 2022-09-12 18:14:42.433 SingleUserNotebookApp log:189] 200 GET /user/ppoulain/api/sessions?1663006482417 ([email protected]) 2.61ms
[I 2022-09-12 18:14:42.437 SingleUserNotebookApp log:189] 200 GET /user/ppoulain/api/kernels?1663006482421 ([email protected]) 2.28ms
Exception in callback Task.task_wakeup(<Future finis...3565\r\n\r\n'>)
handle: <Handle Task.task_wakeup(<Future finis...3565\r\n\r\n'>)>
Traceback (most recent call last):
File "/srv/conda/envs/notebook/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
RuntimeError: Cannot enter into task <Task pending name='Task-17' coro=<HTTP1ServerConnection._server_request_loop() running at /srv/conda/envs/notebook/lib/python3.10/site-packages/tornado/http1connection.py:823> wait_for=<Future finished result=b'GET /user/p...53565\r\n\r\n'> cb=[IOLoop.add_future.<locals>.<lambda>() at /srv/conda/envs/notebook/lib/python3.10/site-packages/tornado/ioloop.py:688]> while another task <Task pending name='Task-191' coro=<KernelManager._async_shutdown_kernel() running at /srv/conda/envs/notebook/lib/python3.10/site-packages/jupyter_client/manager.py:71>> is being executed.
Exception in callback Task.task_wakeup(<Future finis...3565\r\n\r\n'>)
handle: <Handle Task.task_wakeup(<Future finis...3565\r\n\r\n'>)>
Traceback (most recent call last):
File "/srv/conda/envs/notebook/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
RuntimeError: Cannot enter into task <Task pending name='Task-67' coro=<HTTP1ServerConnection._server_request_loop() running at /srv/conda/envs/notebook/lib/python3.10/site-packages/tornado/http1connection.py:823> wait_for=<Future finished result=b'GET /user/p...53565\r\n\r\n'> cb=[IOLoop.add_future.<locals>.<lambda>() at /srv/conda/envs/notebook/lib/python3.10/site-packages/tornado/ioloop.py:688]> while another task <Task pending name='Task-191' coro=<KernelManager._async_shutdown_kernel() running at /srv/conda/envs/notebook/lib/python3.10/site-packages/jupyter_client/manager.py:71>> is being executed.
Exception in callback Task.task_wakeup(<Future finis...3565\r\n\r\n'>)
handle: <Handle Task.task_wakeup(<Future finis...3565\r\n\r\n'>)>
Traceback (most recent call last):
File "/srv/conda/envs/notebook/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
RuntimeError: Cannot enter into task <Task pending name='Task-66' coro=<HTTP1ServerConnection._server_request_loop() running at /srv/conda/envs/notebook/lib/python3.10/site-packages/tornado/http1connection.py:823> wait_for=<Future finished result=b'GET /user/p...53565\r\n\r\n'> cb=[IOLoop.add_future.<locals>.<lambda>() at /srv/conda/envs/notebook/lib/python3.10/site-packages/tornado/ioloop.py:688]> while another task <Task pending name='Task-191' coro=<KernelManager._async_shutdown_kernel() running at /srv/conda/envs/notebook/lib/python3.10/site-packages/jupyter_client/manager.py:71>> is being executed.
In the Bash environment, the Bask kernel dies when we ask Jupyter Lab to "Rerun Kernel and Run All Cells":
The Docker container log is:
Any idea @jtpio ?
This Bash environment works fine when built locally with mamba or built locally with repo2docker.
The text was updated successfully, but these errors were encountered: