We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With graphics_toolkit("notebook"), commands like plot([1,2,3,2,1]) produce a segfault. When I switch to graphics_toolkit("plotly"), plotting works.
graphics_toolkit("notebook")
plot([1,2,3,2,1])
graphics_toolkit("plotly")
I have these conda packages:
octave_kernel 0.36.0 pyhd8ed1ab_0 conda-forge xeus-octave 0.2.0 hcbf671c_0 conda-forge
These were installed via a repo2docker-based image running on a jupyterhub.
This might be related to #111.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
With
graphics_toolkit("notebook")
, commands likeplot([1,2,3,2,1])
produce a segfault. When I switch tographics_toolkit("plotly")
, plotting works.What I Did
I have these conda packages:
These were installed via a repo2docker-based image running on a jupyterhub.
This might be related to #111.
The text was updated successfully, but these errors were encountered: