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
Describe the bug
Using Google Colab and running ! pip install keplergl , a dependency conflict arises with jupyterlabs requirement for ipykernal version of >6.5.0 and google-colab requires version 5.5.6. This jupyerlabs dependency seems to prevent the widget from rendering using the provided keplergl documentation. This worked prior to the latest releases between December 2024 and January 2025
To Reproduce
Steps to reproduce the behavior:
Open new Google Colab doc
pip install keplergl
map_1 = KeplerGl()
3a. map_1
Expected behavior
Should display the kepler widget
Screenshots ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. google-colab 1.0.0 requires ipykernel==5.5.6, but you have ipykernel 6.29.5 which is incompatible.
Environment (please complete the following information):
Python version: python3
keplergl Widget version: 0.3.6
Additional context
The jupyerlabs v4.1.6 requires ipykernal 6.5.0
The text was updated successfully, but these errors were encountered:
We just updated keplergl-jupyter to v0.3.6 so it can work with latest Jupyter notebook with ipywidgets > 8 and notebook > 6. Can you try if the older version works on Google colab? Thanks!
Describe the bug
Using Google Colab and running ! pip install keplergl , a dependency conflict arises with jupyterlabs requirement for ipykernal version of >6.5.0 and google-colab requires version 5.5.6. This jupyerlabs dependency seems to prevent the widget from rendering using the provided keplergl documentation. This worked prior to the latest releases between December 2024 and January 2025
To Reproduce
Steps to reproduce the behavior:
3a. map_1
Expected behavior
Should display the kepler widget
Screenshots
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. google-colab 1.0.0 requires ipykernel==5.5.6, but you have ipykernel 6.29.5 which is incompatible.
Environment (please complete the following information):
Additional context
The jupyerlabs v4.1.6 requires ipykernal 6.5.0
The text was updated successfully, but these errors were encountered: