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

ipywidget not supported ? #24

Closed
abdelwahed opened this issue Jan 17, 2018 · 2 comments
Closed

ipywidget not supported ? #24

abdelwahed opened this issue Jan 17, 2018 · 2 comments

Comments

@abdelwahed
Copy link

The following doesn't work in Google Colab

from ipywidgets import interact

def f(x):
  return x

interact(f, x=10)
@ghost
Copy link

ghost commented Feb 14, 2018

I tried this fix with !jupyter nbextension enable --py --sys-prefix widgetsnbextension, after install widgetsnbextension and I always get this error "ImportError: No module named widgetsnbextension"

@blois
Copy link
Contributor

blois commented Mar 8, 2018

Consolidating into #60

@blois blois closed this as completed Mar 8, 2018
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