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
The fig command works fine in a local Jupyter notebook, but embed_minimal_html does not: the map shows up, but not the directions layer. There are a few issues that are suggested by the Jupyter notebook:
When inspecting this more, I see a couple of warnings/errors corresponding to those broken links. One is InvalidValueError: in property travelMode: undefined and the others (corresponding to the red broken link icons in the picture) are variants of jupyter-widgets-disconnected.
If I try to open the "export.html" file outside of Jupyter, I get two errors: one is the same InvalidValueError related to travelMode, and the other is Not allowed to load local resource: file:///Users/akazachk/repos/bread_of_the_mighty/jupyter-gmaps.js.
Any help would be greatly appreciated. Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello, I am just starting out with this package (thank you for it!), and trying to following the examples, including the instructions here:
https://jupyter-gmaps.readthedocs.io/en/latest/export.html
However, the directions layer is not showing up, which may be the same issue raised on this StackOverflow issue.
Specifically, I am trying:
The
fig
command works fine in a local Jupyter notebook, butembed_minimal_html
does not: the map shows up, but not the directions layer. There are a few issues that are suggested by the Jupyter notebook:When inspecting this more, I see a couple of warnings/errors corresponding to those broken links. One is
InvalidValueError: in property travelMode: undefined
and the others (corresponding to the red broken link icons in the picture) are variants ofjupyter-widgets-disconnected
.If I try to open the "export.html" file outside of Jupyter, I get two errors: one is the same
InvalidValueError
related totravelMode
, and the other isNot allowed to load local resource: file:///Users/akazachk/repos/bread_of_the_mighty/jupyter-gmaps.js
.Any help would be greatly appreciated. Thank you in advance.
The text was updated successfully, but these errors were encountered: