Recently started exploring Cloud Datalab.I have implemented GeoCharts and now i wanted to place event handling and extend chart functionality.I couldn't figure out how to link %%charts cell and %%javascript cell to have the same chart reference and perform event handling.Can someone please help me with this.
Asked
Active
Viewed 62 times
1 Answers
0
This isn't possible right now using %%chart. You could potentially create your own extended form of %%chart (source) that includes custom Javascript in the _HTML_TEMPLATE but that is non-trivial.

Graham Wheeler
- 2,734
- 1
- 19
- 23
-
Thanks for your response @Graham Wheeler , Is there any link where can i check what is in build pipeline for the next release of Datalab? – Praneeth Dec 10 '15 at 05:46
-
We release straight from the master branch so you can see the commits that way: https://github.com/GoogleCloudPlatform/datalab/commits/master – Graham Wheeler Dec 10 '15 at 05:49
-
When i'm trying to commit the notebook from appengine console it is giving me the error "The user request is invalid. Please check your URL and try again." . How can we resolve this? – Praneeth Dec 11 '15 at 12:27