ipykernel
ipykernel copied to clipboard
IPython Kernel for Jupyter
After interrupting the kernel while debugging, debugging will no longer pause execution until the kernel is restarted. https://github.com/microsoft/debugpy/issues/706 identifies a workaround for this issue, but it would be best for...
In ipykernel 5.5.6,both and put msgs into and process the msg with . Although both and publish the ,there are no conflicts. When it comes to ipykernel 6.5.0, put msgs...
There are a few files in the source tree where importing them triggers a warning they're deprecated and one should use ipyparallel. But ipyparallel is mentioned as a test dep...
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account. - "setup.py build"...
This issue is related to several other issues that have been reported recently, including #789, #786, #735, #737 and https://github.com/psf/black/issues/2516 but they seem to have gone unanswered over the past...
When starting a notebook, if I have the package matplotlib installed in my environment, the notebook becomes unresponsive while running the first cell. This happens independently of which cell I'm...
If I run ``` import sys sys.stdout.buffer ``` in a Python or a IPython shell, it works fine: ```python In [1]: import sys In [2]: sys.stdout.buffer Out[2]: ``` However, when...
See #704 for example. flake 8 catch a lot of other inconsequential issues, but undefined variable should be caught in CI. This should be easy to do for a new...
There are two popular Python bindings for Qt 5: PyQt5 and PySide2. For various reasons, it is sometimes necessary to use PySide2. For example FreeCAD prefers PySide2. So far I...
Is there any workaround to have some service logs in the terminal that won't get to jupyter out except setting log level of message? Ipykernel 6.\*.\*