ipykernel
ipykernel copied to clipboard
IPython Kernel for Jupyter
The problem starts at version ipykernel==6.3.0 and up. I created a fresh venv in PyCharm and this is what I see in the "Python Window" when clicking the "Attach Debugger"...
Related discussions: - https://github.com/jupyter-xeus/xeus-python/issues/342 - https://github.com/jupyter-widgets/ipywidgets/issues/3514 Currently working on a Python comm package on https://github.com/martinRenou/comm for now, but it should probably be moved in the IPython org This has the...
Hi, I have updated python to 3.9.13 and then my IPython notebook extension does not work anymore. I get this error ``` File "/opt/anaconda3/lib/python3.9/site-packages/ipykernel/kernelbase.py", line 406, in dispatch_shell await result...
Hi, I was running a long session on Jupyter notebook. I mistakenly ran a function with no variables and the kernel got stuck. After a while, I saw the error:...
I'm trying to use IPython to display SVGs in the output of code cells, but I've observed some very strange behaviour in the way it renders: text in the images...
Name: ipykernel Version: 6.15.1 On Apple M1 Pro Mac. OS: Monterey 12.3 On Python 3.9.13 with the following versions, IPyKernel fails "python -m ipykernel install --user --name=myenv" ``` jupyter 1.0.0...
Runned as server in Docker: ```bash $ kill -QUIT 1 $ kill -TERM 1 $ kill -KILL 1 $ ps PID USER TIME COMMAND 1 usr 0:01 /usr/local/bin/python -m ipykernel...
There's [a proposal](https://discuss.python.org/t/pep-597-enable-utf-8-mode-by-default-on-windows/3122) for Python to use UTF-8 mode on Windows by default. Most significantly, this means that `open()`-ing a file in text mode would use UTF-8 by default rather...
While trying to update ipykernel's Debian package to 6.13.0, tests were failing with the above error. I got out of this with: ``` --- ipykernel.orig/ipykernel/inprocess/client.py +++ ipykernel/ipykernel/inprocess/client.py @@ -179,8 +179,7...