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
While I was able to install the ipykernel from main, when I tried to make a new kernel I ran into the following error:
.venv/lib64/python3.11/site-packages/ipykernel/kernelapp.py", line 734, in main
if self.kernel.eventloop:
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'eventloop'
Manually creating a kernel worked fine
The text was updated successfully, but these errors were encountered:
While I was able to install the ipykernel from main, when I tried to make a new kernel I ran into the following error:
Manually creating a kernel worked fine
The text was updated successfully, but these errors were encountered: