-
Notifications
You must be signed in to change notification settings - Fork 38
GoogleMap widget not loading #520
Comments
@Paul-Yuchao-Dong: any messages on the server console? |
@peller thank you for the reply! I observed both the error message from the chrome console log and the terminal where I ran jupyter notebook. The terminal message was longer as I posted here. the Chrome console had a similar error message 404 POST, otherwise no further detail. I shall post it as well when I get to my machine this evening. |
@Paul-Yuchao-Dong are you only having a problem with google-maps or are no Polymer widgets rendering. |
@lbustelo Sorry for the late reply. I can confirm that some Polymer widgets are rendering, like the viz-table in So initially I thought bower was not installed properly, so I uninstalled the declarative widget, re-installed bower and re-installed the widget, but to no avail. Let me know if I can provide any further information. I think the widget idea of making the kernel function available to the front end is great! I hate to make part of the logic in JS and part in python, really difficult to keep track. |
@Paul-Yuchao-Dong: can you include the output from the shell where you run the notebook? |
@peller sorry for the late reply. the notebook shell where I ran
produced no output. However, console error messages are:
Many thanks for your help! Sorry again for not replying early. |
@Paul-Yuchao-Dong looking for the server-side logs |
@peller thank you for your help! I don't really know which parts are relevant - a bit overwhelming the server side prompts. So I pasted all of them here:
Thanks! |
Any idea why the "Kernel started" message appears after your requests? Where is the start of the log? Just to make sure -- is |
@peller sorry for the confusion - Kernel started message appears after I started Jupyter, so it is not a result of the requests. To avoid any future confusions, let me explain what I've done. I started jupyter, and opened the notebook that is accompanying the talk by Peter Parente, Gino Bustelo, Justin Tyberg on Turning Jupyter Notebooks into Data Applications. the link of the notebook is here. And I ran all the cells. Please find all the terminal logs as below:
I checked the code and |
Thanks, @Paul-Yuchao-Dong. I suspect there's some installation or versioning problem. How did you install the notebook and which kernel are you using? I see a message near the top of the logs about collisions. It sounds like I am able to load the notebook and resolve the |
I've seen the key error appear from time to time. Not sure what causes it. @Paul-Yuchao-Dong where you able to get pass this problem? |
New to the widgets and I think it is a great idea. I was introduced to the widget by the talk Youtube link by Peter Parente, Gino Bustelo, Justin Tyberg | Turning Jupyter Notebooks into Data Applications.
So I downloaded the notebooks and installed the declarative widgets and dashboard layout extension.
Some WebComponents shipped with the installation package, but my guess is googlemap was not among them.
so when I try to run:
I got below message:
404 POST /urth_import (127.0.0.1) 2.30ms referer=http://localhost:8888/notebooks/tutorial-dashboards-declarativewidgets/notebooks/inspection/inspection_dashboard_complete.ipynb
bower = 1.7.9
node = 4.x
anaconda with python=3.5
I didn't use docker script by the way, because I still haven't quite make it part of my workflow.
Any help? I'm happy to help run any diagnoses and post error message here.
Thanks!
The text was updated successfully, but these errors were encountered: