-
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
Make keplergl-jupyter work with JupyterLab 3 #1501
Conversation
Signed-off-by: Tobias Bergkvist <tobias@bergkv.ist>
365469d
to
3db78a6
Compare
Thanks, will publish a new version |
Very excited for this, thank you very much for it! Is there an ETA for the release? |
I changed the version from 0.2.2 to 0.3.0 without checking that it still worked. Seems like I would have also needed to change the version here: |
@heshan0131 any plan to release this fix? |
Hi @bergkvist and @heshan0131, I don't want to spam the thread but it's been half a year since the Jupyter 3.0 was released and we cannot use the kepler.gl in this version. When are you planning to release the fix? |
I see now that a new versions of Kepler.gl and Python keplergl PyPi package (0.3.0) have been released which are compatible with Jupyter Lab 3.0. Thank you. |
Yep, sorry I forgot to reply, keplergl-jupyter@0.3.0 (js module) and keplergl@0.3.0 (python modules) has been published |
does jupyterlab 3 has a special requirement for widget setup? the js module exits on npm |
I had a similar issue and resolved it by going through the steps below:
I'm not sure if it was the absence of the mapboxapi key during build or during runtime that fixed it (or if this is related at all) but I had this issue on 2 machines and both times it worked afterwards. Also, make sure that the envvar is present when you run the code in Jupyter. If in doubt, just add this to the cell running the code: %env MapboxAccessTokenJupyter=<YOUR TOKEN> |
hmm, so far I cannot get a working version. working with docker to get it completely separated from local systen anomalies. Dockerfile
requirements.txt
|
interesting. any particular order of install? which os? |
Fixes #1390