-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for colaboratory #77
Comments
Found out that if I add this to a cell plotly renders!
Now... on to figuring out how to make this easy or automatic! This SO article talks about registering pre_run_cell logic for the python solution to the problem. |
The almond module actually does something similar to inject plotly.js into Jupyter classic: plotly-scala/almond/src/main/scala/plotly/Almond.scala Lines 28 to 41 in 52f36e3
If we're able to detect that we're running on colab somehow, we could adapt that logic. |
I tried uploading the plotly-scala.ipynb from almond.sh examples to colaboratory.
I got it to run but I don't get any plots in the browser.
I've seen some comments about something similar for python in SO.
The text was updated successfully, but these errors were encountered: