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

Improve Google Colab support #11

Open
cornhundred opened this issue May 8, 2019 · 4 comments
Open

Improve Google Colab support #11

cornhundred opened this issue May 8, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@cornhundred
Copy link
Contributor

Google Colab does not currently support custom widgets - see googlecolab/colabtools#498 (comment). However, @blois made an example interactive figure using IPython.display (this will be useful for cases where widgets are not supported).

The following enhancements should be made:

  • clean up IPython.display implementation (e.g. maybe make a net.colab method in clustergrammer2)
  • move reorder buttons and control panel above heatmap
  • get tooltip working
  • figure out how to pre-load data into shareable notebook (@manugarciaquismondo has worked on this). Maybe we can use Kaggle data API, or public data on Google Drive, or Github.

This link shows an example of Clustergrammer visualizing a random matrix:
https://colab.research.google.com/gist/cornhundred/b7154ee964c71cec6a2378f9cbba8eeb/clustergrammer2_example.ipynb?authuser=1

@cornhundred
Copy link
Contributor Author

cornhundred commented Feb 6, 2020

We requested support here: googlecolab/colabtools#60 (comment)

@ranikay
Copy link

ranikay commented Sep 10, 2022

Any update on this @cornhundred ?

@blois
Copy link

blois commented Sep 10, 2022

Third-party widgets are now supported in Colab- is there an example of the widgets not working?

@cornhundred
Copy link
Contributor Author

@ranikay this example shows how to get the Clustergrammer2 widget working on Google Colab https://colab.research.google.com/drive/11M6RkGuh-5zR9OVXgeDNKKHm440-DgTA

Thanks @blois for your work getting Widgets supported on Google Colab :)

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

No branches or pull requests

3 participants