ipykernel
ipykernel copied to clipboard
IPython Kernel for Jupyter
This PR aims at implementing potential solutions to support "subshells" (see https://github.com/jupyter/jupyter_client/issues/806). In this first commit, the main shell runs in its own thread (which is not the main thread)....
Using a fresh install of Jupyter Lab my usual `breakpoint()` to invoke the debugger in a Notebook is skipped (see screenshot). Using `import pdb; pdb.set_trace()` instead invokes `pdb` as expected....
After running a jupyter notebook using `jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=15000 --inplace`, I get the following error: ``` Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/lib/python3.5/logging/__init__.py", line...
@fcollonval In this test the `text/plain` repr is also striped.
We are starting to see tests failing randomly, see #943.
jupyterlab:3.4.0 and 3.4.2 ipykernel:6.13.0 python:3.10.4 it's stuck in kernel busy...
When import the package inside VScode I get an error: ``` Traceback (most recent call last): File ".\dpseg.py", line 379, in run() File ".\dpseg.py", line 320, in run cerebro.plot() File...
Trying to update ipykernel's Debian package to 6.13.0, tests fail because trio isn't available ; I find it strange that it isn't mentioned in setup.py.
Encoding some expected behavior in tests. CC @echarles
This make downstream test fail.