Clément Jonglez
Clément Jonglez
It seems that it is not possible to save figures to SVG/PDF/PNG in offline mode: `plot(1:10); plotlyfig = fig2plotly(gcf, 'offline', true); saveplotlyfig(plotlyfig,'myPlotlyFig','pdf');` Gives the following output: > Error using response_handler...
Hi, I really love the capabilities of imatlab, thanks a lot. When exporting the notebook to LaTeX, I would like to have the inline figures saved as svg. Is it...
It would be nice to replace the string "le chef de l’Etat" too :)
It would be nice to have more magic commands in jupyter for managing a SysML project, for instance: - Not only committing to a SysMLV2 API server, but also pulling...
I am looking for a way to use my forked `jdk4py` (for new features which are not merged in the main repo yet, for instance my pull request https://github.com/activeviam/jdk4py/pull/65 )...
Java 17 breaks the javadoc HTML file format again... This proposal adds support for extracting HTML files generated by javadoc 17. However, there is one bug that I didn't manage...
Hi, first thanks a lot for this amazing RPi image! It looks like the SSH server is not active by default, I had to type `sudo systemctl enable ssh` to...
Hi, first thanks a lot for this amazing RPi image! I noticed that the SD's file system does not automatically expand on first boot, and therefore there is barely any...
My use case: I use the STAC FastAPI server to serve the STAC catalog, collection & items. The assets are stored and served from the same server, so I use...