Adding map style at jupyter notebook. Keplergl library

67 Views Asked by At

I can't to confirm map style at notebook, because don't see the button to approve.

enter image description here

I fill style url, token, name. Bu can't click "Add style" button which appears only in html version"

enter image description here

I've tried to increase the cell width:

from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))

And to display full outputs:

from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"

Nothing helps

0

There are 0 best solutions below