keplergl / keplergl/kepler.gl

[Bug][Jupyter Widget]

Open
#695 3 comments 0 reactions 1 assignee Claimed by @heshan0131 View on GitHub
jupyter
Dominant language
TypeScript
Stars
12k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
66

Description

**Description**
Kepler.gl widgets in classic notebooks don't render inside [voila](https://github.com/QuantStack/voila) dashboards

**To Reproduce**
Steps to reproduce the behavior:
1. install voila
2. render the following code in a classic notebook:
```python
from keplergl import KeplerGl
KeplerGl(height=500)
```
3. Click on the "Voila" button in the notebook toolbar, see screenshot.

**Expected behavior**
A new page should open rendering the KeplerGl widget. But instead an empty page opens with only the text "User Guide: https://github.com/keplergl/kepler.gl/blob/master/docs/keplergl-jupyter/user-guide.md". Running the code in the notebook itself does produce the widget as expected, though.

**Screenshots**
![Screenshot 2019-08-21 at 12 18 46](https://user-images.githubusercontent.com/1001778/63424333-7c916380-c40e-11e9-90c8-73da60af331c.png)

**Environment:**
- Python version 3.7:
- Widget version: 0.1.0a
- OS version: macOS 10.14.6 Mojave

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.