You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
net.colab
method in clustergrammer2)This link shows an example of Clustergrammer visualizing a random matrix:
https://colab.research.google.com/gist/cornhundred/b7154ee964c71cec6a2378f9cbba8eeb/clustergrammer2_example.ipynb?authuser=1
The text was updated successfully, but these errors were encountered: