Alexander Steppke
Alexander Steppke
Combining Jupyter notebooks with test driven development feels great, treon is really helpful for CI pipelines. Is it possible besides doctest and unittest to also include the pytest framework? It...
First of all thanks for this great Jupyter extension! For combining text and drawing functions it would be very valuable to know the size of rendered text in the current...
I am trying to get vispy to run on my Windows 10 machine but so far it looks like there is something not working correctly. To get a better understanding...
The current dependencies require `pdf2svg`. Unfortunately the maintenance of this software has stopped several years ago (latest Windows version is from 2015). The functionality can be completely replaced by [dvisvgm](https://github.com/mgieseki/dvisvgm)...
## Actual behaviour With the current ipympl and using `%matplotlib widget` as a backend VS code can render this example without issues: ```` %matplotlib widget from matplotlib import pyplot as...
When using Jupytext with Jupyterlab 4 and the real time collaboration feature and using a notebook in the %-format, e.g. `test.py` the collaboration does not work straight away. The issue...
Hello, With the current `imageio` 2.31.5 and `imageio-ffmpeg` 0.4.9 and the following example feeding from a webcam (Logitech StreamCam) ````python import hashlib import imageio.v3 as iio for ix, image in...
When running `jupyterlab-code-snippets` (version 2.1.0 from `conda-forge`) it looks like it is running fine, I get the side tab and can insert snippets into notebooks. When using the right-click "Save...
I followed the installation instructions, added a Pi Pico to an empty schematic and then used the Kicad function "Update PCB from Schematic". Currently this fails with the error message...
For notebooks that create a lot of output the `.jupyter_ystore.db` can get rather large and unfortunately overflows our users' quota easily. In this example here ````python import time for i...