-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I'm trying to display the clustergrammer widget in my jupyter notebook but it just doesn't seem to work.
I took the example code off this page and ran it on my jupyter notebook on my mac but it gives me empty results :https://github.com/MaayanLab/clustergrammer-widget/blob/master/Running_clustergrammer_widget.ipynb
As you can see, the integer slider works properly, so therefore it cannot be the widgetsnbextension that is a problem.
These are my dependencies from running a conda list:
widgetsnbextension 3.0.2 py35_0 conda-forge
ipywidgets 7.0.0 py35_0 conda-forge
clustergrammer-widget 1.13.0
I ran this:
jupyter nbextension enable --py --sys-prefix clustergrammer_widget
and this was the result:
Enabling notebook extension clustergrammer_widget/extension...
- Validating: OK
However, when I viewed the code off the jupyter nbviewer website, it works perfectly:
Can you please tell me what I'm doing wrong here?