Alexander Steppke

Results 18 comments of Alexander Steppke

Could you add to the possible functions of a follow up of the initial feature that the export should work as well? Currently when exporting the png version in Jupyterlab...

With the recent 0.9.1 when exporting the png version in Jupyterlab of the figure is included: - [x] HTML export - [x] LaTeX export - [x] Markdown - [x] PDF...

Another connected outcome of this issue: When restarting and running a longer notebook from top to bottom all figures do not show up if the execution ends with an exception:...

The autosuggestions are generated from the prompt-toolkit package. They don't seem to be configurable at the moment from the ipython side. To disable this snippet works fine in an interactive...

I agree that unittest should definitely be supported for the reasons you gave and also because it is part of the standard library. Pytest seems to develop into somewhat of...

Before we get into the possibilities the idea behind this request is two-fold: - for any graphical application that uses text which is not monospace we do not know how...

So the issue is that python has its internal search path (`sys.path`) where it looks for modules. Additionally when using binary packages that load DLL files on Windows a different...

Thank you for looking into this. Here are the failures from `test_image.py` when pillow is not installed: ```` ==================================================== FAILURES ===================================================== ________________________________________________ test_image[True] _________________________________________________ filename = 'C:\\Users\\Alexander\\AppData\\Local\\vispy\\test_data\\visuals/image_rgb.png' def read_png(filename): """Read...

Thank you for looking into this. If I understand the test code correctly it sets some color value as (0,0.5,1.0) and then compares this with the expectation of (0, 128,...

I am experiencing a very similar issue: In a new environment with `ipympl==0.9.2`, `ipywidgets==8.0.2` initially the matplotlib figure is displayed correctly in Jupyterlab with the minimal example: ````python %matplotlib ipympl...