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
I'm trying to generate different Lightning visualisations using Python kernel on my Jupyter notebook, I tried the sample python codes for different visulisations available on 'http://lightning-viz.org/visualizations' and only the histogram sample code gives me error:
Javascript error adding output!
Error: Module name "lightning-histogram" has not been loaded yet for context: _. Use require([]) http://requirejs.org/docs/errors.html#notloaded
See your browser Javascript console for more details
The text was updated successfully, but these errors were encountered:
I'm trying to generate different Lightning visualisations using Python kernel on my Jupyter notebook, I tried the sample python codes for different visulisations available on 'http://lightning-viz.org/visualizations' and only the histogram sample code gives me error:
values = random.randn(100)
Lightning.histogram(values)
Below is the error I get:
Javascript error adding output!
Error: Module name "lightning-histogram" has not been loaded yet for context: _. Use require([]) http://requirejs.org/docs/errors.html#notloaded
See your browser Javascript console for more details
The text was updated successfully, but these errors were encountered: