question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug][Jupyter Widget] Python 3 compatibility?

See original GitHub issue

Describe the bug Jupyter widget for Kepler does not seem to work under Python 3

To Reproduce Steps to reproduce the behavior:

  1. 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.

  1. Build the image
docker build -t kgl .
  1. Launch JupyterLab through the container:
docker run -p 8888:8888 -v ${PWD}:/home/jovyan/work --rm -ti kgl
  1. Open a new notebook and import Kepler.gl widget
Capture

Am I missing something?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
heshan0131commented, Jun 28, 2019

python3 fixes are released with 0.1.0a7. closing for now

0reactions
d-wassermancommented, Jun 26, 2019

When should we expect this in the pip installation? I am fine editing locally for now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found