-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Bug][Jupyter Widget] The Config panel with the {} menu item to copy&paste the config doesn't work in 0.3 #1540
Comments
Hi, any way to get config in Databricks Notebooks while this issue is solved? |
As a workaround you can try to install the old version 0.2.2
|
Hi, |
@ramayer-fli just for my own knowledge, how do you get the config in Jupyter Lab? |
I just got the exact same issue. I was able to get the config by executing, in another notebook cell: # if `map` is the KeplerGl instance
map.config |
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 |
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: