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
that used to appear with kepler.gl 0.2.2 does not appear with kepler.gl 0.3.0
To Reproduce
Steps to reproduce the behavior:
In a Databricks notebook:
%pip install keplergl
import keplergl
map = keplergl.KeplerGl(height=600)
map.save_to_html(file_name='/tmp/keplergl_test.html')
# now copy that HTML file and view it in a browser.
Expected behavior
Quoting the documentation "Config can be copied from the side panel with the {} icon."
Exactly as it works if you %pip install -q keplergl==0.2.2
Screenshots
[I can come back and edit this later with screenshots]
Environment (please complete the following information):
Python version: python3
keplergl Widget version 0.3.0
Additional context
While it's not too important in Jupyter Lab (where there are other ways of getting the config), in Databricks Notebooks, that {} widget was the only way I can find for extracting the config.
The text was updated successfully, but these errors were encountered:
Hi,
While the issue is solved, is there any way to access the config using the console tab in the Chrome developer tools?
In the Console, I found the method window.KeplerGl.KeplerGlSchema.getConfigToSave(<state>), however, I cannot find the variable that defines the current state of the visualisation.
I've submitted a pull request that clarifies the new method of getting the config #2697. From my side, once the documentation is clarified and there is a workaround to the {} button, we could close this bug.
Describe the bug
The "config-panel" described in the documentation here:
https://docs.kepler.gl/docs/keplergl-jupyter#config-panel
that used to appear with kepler.gl 0.2.2 does not appear with kepler.gl 0.3.0
To Reproduce
Steps to reproduce the behavior:
In a Databricks notebook:
Expected behavior
Quoting the documentation "Config can be copied from the side panel with the {} icon."
Exactly as it works if you
%pip install -q keplergl==0.2.2
Screenshots
[I can come back and edit this later with screenshots]
Environment (please complete the following information):
Additional context
While it's not too important in Jupyter Lab (where there are other ways of getting the config), in Databricks Notebooks, that {} widget was the only way I can find for extracting the config.
The text was updated successfully, but these errors were encountered: