Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xeus-cling kernel dies when creating xpl::lines(xpl::linear_scale, xpl::linear_scale) #52

Open
OASIndustries opened this issue Nov 9, 2019 · 2 comments

Comments

@OASIndustries
Copy link

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.

@ohommes
Copy link

ohommes commented Apr 24, 2020

I have the exact same issue. Just used conda to install following: https://github.com/jupyter-xeus/xeus-cling on mac OS and get the exact same issue. Pretty clean and new environment so I assume this is the current state of plot as of today

@rameshdange5191
Copy link

rameshdange5191 commented Jul 20, 2023

Even my kernel dies, upon running the following code:

#include "xplot/xfigure.hpp"
#include "xplot/xmarks.hpp"
#include "xplot/xaxes.hpp"

xpl::figure fig;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants