-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in ()
7 fill_mode=…
-
Good news: by tearing apart the ipykernel, @kaiamann has managed to get widgets in a custom kernel to work.
I am putting his current mmt test kernel, including a yes/no clicker, here for future in…
-
Since Brython version >= 3.7.x I'm getting the following error:
```
ReferenceError: $locals___main__ is not defined
brython.js:4
_run_scripts brython.js:4911
brython brython.js:475…
-
See [python-extension-template](https://code.visualstudio.com/api/advanced-topics/python-extension-template) for
- Update ms-python dependency, activation, and usages
- Potential integration of `ip…
-
Under certain conditions, completion for pandas dataframes can take considerable amounts of time. When interrupting the kernel, it will die. This problem can be easily reproduced by forcing long compl…
-
Hello guys,
is there a way to limit the maximum time a cell can be executed? I am doing this currently with `MappingKernelManager`, but there are some side-effects. My config:
```
c.MappingKern…
-
ipython 7.4.0
ipykernel 5.1.0
pyzmq (18.0.0) or (18.0.1)
Previous versions of ipython didn't have this issue but it related to the newer pyzmq lib.
Fixes:
downgrading pyzmq to 17.1.3 seems t…
-
a feature request: i would like to be able to have access to the same python process from ocaml and from an interactive jupyter python session (console, qtconsole, notebook). in this way i could visua…
-
Fetching 267 files: 100%
267/267 [00:00
-
With traitlets 5.0, we are getting warnings when passing parameters to the Ipython session using
```Py
nbsphinx_execute_arguments = [
"--InlineBackend.figure_formats={'svg', 'pdf'}",
"--InlineBack…