-
I want to make the result of some JavaScript (`document.URL`) accessible from Python code. My code uses a `FrontendComm` and `IPython.display.display(IPython.display.JavaScript(...))` to execute the J…
-
I am running into an issue in [glue](http://www.glueviz.org) when running tests on CircleCI - it turns out that after creating too many RichJupyterWidget instances, the Python process just hangs. The …
-
#### Code Sample, a copy-pastable example if possible
With this setup:
```python
import numpy as np
n = 1000
dates = pd.date_range(start='2010-01-01', periods=n)
rain_random = pd.Series(data=np.…
-
## Description
Cleanup methods that are slower do not run to completion when restarting kernel.
## Reproduce
1. Create a new IPython notebook
2. Create and execute a new cell wit…
-
The [`%pinfo2`](https://ipython.readthedocs.io/en/stable/interactive/magics.html#magic-pinfo2) built-in magic command (an alias for the `??` shortcut in IPython) prints the source code of an object.
…
seeM updated
8 months ago
-
The extension does not work when I use a xeus python kernel, which is the current official way to use the Jupyter debugger (https://jupyterlab.readthedocs.io/en/stable/user/debugger.html). On the same…
-
I have Enthought Python and Anaconda . I have been using Enthought Ipython (version 1.1 ) without any problem. Now if I switch to anaconda with ipython version 1.2.1, I keep getting this error without…
thoo updated
10 years ago
-
cloned the repo, jumped to the root directory, then;
```
python3 -m venv venv
source venv/bin/activate
pip install keras tensorflow pillow h5py jupyter
jupyter notebook
```
Opened the notebook,…
-
In the last two weeks i cannot use jupyter lab with startyp scripts.
If a startup script is using env related code, it will lead to Timeout waiting for kernel_info_reply.
Then the kernel never rea…
-
Hi, thanks for this integration with ipython, it's really nice.
I can't load dll compiled as 'x64'.
The error I receive is `AssemblyLoader failed to load assembly xxx.xxx, Version=1.0.0.0, Culture=ne…