[Bug][Jupyter Widget] Python 3 compatibility?
See original GitHub issueDescribe the bug Jupyter widget for Kepler does not seem to work under Python 3
To Reproduce Steps to reproduce the behavior:
- Using the following
Dockerfile
FROM darribas/gds:2.0
RUN pip install keplergl
The darribas/gds:2.0
image is based on the Jupyter docker stacks, you can see versions installed here.
- Build the image
docker build -t kgl .
- Launch JupyterLab through the container:
docker run -p 8888:8888 -v ${PWD}:/home/jovyan/work --rm -ti kgl
- Open a new notebook and import Kepler.gl widget
Am I missing something?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ipywidgets changelog — Jupyter Widgets 7.6.3 documentation
The main change in this release is that installing ipywidgets 7.6.0 will now automatically enable ipywidgets support in JupyterLab 3.0—a user has no...
Read more >Ipywidgets and JupyterLab · Issue #2488 - GitHub
There were lots of compatibility issues between ipywidgets and JupyterLab in the lead-up to JupyterLab 1.x release. This now refers to an ...
Read more >How to get ipywidgets working in Jupyter Lab? - Stack Overflow
js installed. Simply install the python ipywidgets package with pip (pip install ipywidgets==7.6.0) or conda/mamba (conda install -c conda-forge ...
Read more >Chapter 5 Jupyter Notebook ecosystem - GitHub Pages
A handbook on teaching and learning with Jupyter notebooks. ... The reference implementation of widgets are the Jupyter-Python widgets ... 5.3.3 Magics.
Read more >Using the JupyterLab Environment | ArcGIS API for Python
Installation · When jupyter lab is first launched, you will need to enable extensions. · Install the @jupyter-widgets/jupyterlab-manager extension by searching ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
python3 fixes are released with 0.1.0a7. closing for now
When should we expect this in the pip installation? I am fine editing locally for now.