I'm using a fresh Anaconda3 installation on MacOS Mojave.
I'm using:
Python 3.7
ipykernel 5.1.2
notebook 6.0.1
ipywidets 7.5.1
bqplot 0.12.0 (off conda-forge)
xeus-cling 0.6.0 (off conda-forge)
xwidgets 0.18.0 (off conda-forge)
and this all works, however when calling xplot 0.13.0 using the commands in the example notebook (https://github.com/QuantStack/xplot/blob/master/notebooks/xplot.ipynb) the kernel dies when calling this line:
xpl::lines line(sx, sy);
Additionally, on my local notebook calling:
xpl::figure fig;
fig
displays blank space, whereas calling the same example code on the binder hosted notebook here shows a grey rectangle. (https://hub.gke.mybinder.org/user/quantstack-xplot-efdpwb7w/tree/notebooks)
Thanks for any assistance you can offer, I'm stuck.