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

bqplot does not work #15

Open
blois opened this issue Sep 29, 2021 · 1 comment
Open

bqplot does not work #15

blois opened this issue Sep 29, 2021 · 1 comment

Comments

@blois
Copy link
Collaborator

blois commented Sep 29, 2021

import numpy as np
from bqplot import pyplot as plt

plt.figure(1, title='Line Chart')
x = np.linspace(0.0, 10.0, 200)
y = np.cumsum(np.random.randn(200))
plt.plot(x, y)
plt.show()

@tylere
Copy link

tylere commented Oct 10, 2022

I tried this out today, and Colab now appears to support bqplot.

!pip install bqplot
Successfully installed bqplot-0.12.36

image

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

2 participants