-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][Jupyter Widget] Map Does Not Display #583
Comments
Whoops wrong button |
@dash-alex Unfortunately, ipywidget (what keplergl is built upon) doesn't wrok in JupyterLabs. " Looks like in order for kepler.gl to work in JupterLab, we have to create yet another extension :( |
Jupyter Notebook |
Yes, I was using JupyterLab. That's good to know; thanks very much for clarifying. |
But @dash-alex you are using Jupyter Notebook and still see console error? Can you describe how you are running it? which version of |
Dropping a plug: It would be really awesome if you guys made the extension for JupyterLab. |
|
@heshan0131 I am seeing the same issue in jupyter notebook too (not lab) - |
I have the same problem, empty display |
The same for me on the bleeding edge jupyter notebook, python3.7, mac os |
In Jupyter console log I can see this error:
|
Same issue. KeplerGL widget map does not display in jupyter notebook: ipywidgets==7.5.0 After downgrading jupyter-client it succesfully displays the map: pip install jupyter-client==5.2.4 |
Thanks. I was able to reproduce similar issue with python 3. Will investigate |
Did some digger today. I assume people who don't see a map display and have an error msg like are using windows? This means keplergl extension is not installed and enabled, despite the fact Try run the command below, see if any luck.
use A longer explanationWhen installing keplergl as a widget using
step 2 and 3 register keplergl with You can us
The flag --sys-prefix means extension are installed in this data folder:
when using However, if you are using I created a FR to publish keplergl to conda #646 Hope this help. I also don't have a windows machine to go through these steps, so it would be great if any of you can post your result |
I was using ubuntu 16.04.6. I confirm it worked, now the map is being displayed. pip install --upgrade jupyterthemes |
Hi - I had this issue in regards to no map showing, and a link to the user guide. I am running Anaconda 4.6.8, Jupyter Notebook and Python 3.7.1 on Windows 10. The above suggestion worked and the map is now showing, i.e. pip install --upgrade jupyterthemes Thank you - excited to give this a go! |
@oliverclock @etherruzo I tried the steps you used in AWS Sagemaker without any luck are there any other steps you guys have tried? Thanks! |
I also had similar problem like @suciokhan @dash-alex and others good peoples This is my way to solve this problem:
|
@alex-soft-r |
@alex-soft-r I am confused. If you installed Okay. I think I figured out why. Will investigate more today |
My bad :(... the 0.1.0 built was broken. please upgrade to |
tks @alex-soft-r |
Unfortunately it still does not work for me. I have installed version 0.1.2. |
I have similar issue with Google Colab on Pyhton3 kernel |
You can read the offical tutorial https://github.com/keplergl/kepler.gl/tree/master/bindings/kepler.gl-jupyter |
I had a similar issue on colab too @HugoBarreto ,managed to install but map was not showing. when trying to install the extension i realized colab jupyter was defauliting to python 2.7 dist -packages but I installed to py3. |
I've followed the user guide and many of the hints here, but I still cannot get the widget working in Jupyter Lab. The widget does work in Jupyter Notebook however. Python 3.6, macOS 10.14.5
|
So I am having the same trouble urg!! Don't know whats going on. |
I am getting the following: User Guide: https://github.com/keplergl/kepler.gl/blob/master/docs/keplergl-jupyter/user-guide.md Am finding this in my console: I have installed keplergl-jupyter and jupyterlabs manager widgets Update: For some reason. I switched from jupyter lab to jupyter notebook and it worked 😐 |
Not necessarily, but probably they have a split setup (see below). I am on macOS
This is not enough, it needs to be in the conda environment which hosts
Thank you for the description! This goes a long way into describing the problem, which helped me solve it on my (maybe unusual) setup. I have a conda environment So I had to follow a path similar to installing
|
Describe the bug
Unable to render KeplerGL map in Jupyter-lab version 0.35.6 and Python 3.6.8 on Ubuntu 18.04.2 LTS Virtual Box VM. As per the example, I set KeplerGl(height=500) to a variable & call that variable, but neither an image nor error message is displayed.
To Reproduce
Steps to reproduce the behavior:
Behaves as expected
Prints URL to user guide
prints "KeplerGL(). No image displayed
Expected behavior
Expected a basic map to be rendered, as per example found at https://medium.com/vis-gl/introducing-kepler-gl-for-jupyter-f72d41659fbf
Screenshots
Environment (please complete the following information):
Additional context
Installation executed via sudo pip3 install keplergl. My friend is experiencing the same error; I do not have his system details however.
The text was updated successfully, but these errors were encountered: