Joel Sjögren
Joel Sjögren
Here's a relevant thread: http://www.sub-talk.net/topic/7806-api-for-software-usage
Actually v2 is shown in this case.
Have a look at this: https://xeus-cling.readthedocs.io/en/latest/rich_display.html In principle you should be able to use any plotting library to generate generate a png file, and then load it like this: 
This seems to be what you're looking for https://github.com/QuantStack/xplot but I wasn't able to try it because I don't have jupyter installed with conda.
Same problem here, and adding that `#include ` fixed it. If you have the same problem and it hasn't been patched yet, you can edit the source code yourself and...
May I ask what is the reason for using traits so much? For example `pub fn x0(mut self, x0: V) -> Box {` instead of just `pub fn x0(mut self,...
Ah I see, so it is sort of dual to the use of `#[serde(untagged)]`.
Hi, in the latest commit I have sketched a new trait for the `Image` trace, to allow input directly from the `ndarray` or `image` packages without the user having to...
It is pretty much all done now, except for that part about an `ImageData` trait.
That's some intense refactoring going on there :-)