-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
GeoJSON Renderer not displaying #292
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I have this problem also? Is there a simple fix? |
Same issue here. Per Module: display — GeoJSON we should only need a frontend that supports GeoJSON display, but this does not seem to be the case. |
I think I'm having the same issue on Google Cloud Platform, Vertex AI Workbench, both on User Managed Notebook (which is closer to vanilla Jupyter) and on the new Instances (which is a Frankensteined Jupyter plus GCP Services). I believe it was working on User Managed Notebooks back in November 2022. |
@stelios-c Exact same thing (Google Cloud Vertex AI Workbench Instance Version M113). |
@jtpio thank you for checking. I tried again on GCP Vertex AI Workbench Instance M120 , Jupyter Lab Version 3.6.6 and all I get is |
It looks like the GCP Vertex AI Workbench has a pretty old version of JupyterLab, and likely does not have an appropriate version of |
ok I can confirm it works on Github Workspaces, jupyterlab-geojson-extension 3.4.0 , Jupyter Lab Version 4.2.1 |
When I run the example from
https://github.com/jupyterlab/jupyter-renderers/blob/master/packages/geojson-extension/README.md
Instead of getting a rendered output, I get the following string:
<IPython.display.GeoJSON object>
This is with jupyterlab-geojson 3.3.1 and I'm also facing this issue on Google Colab
I've already tried restarting jupyter locally.
The text was updated successfully, but these errors were encountered: