Skip to content
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

Open
mishari opened this issue Dec 10, 2022 · 9 comments
Open

GeoJSON Renderer not displaying #292

mishari opened this issue Dec 10, 2022 · 9 comments
Labels

Comments

@mishari
Copy link

mishari commented Dec 10, 2022

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.

@mishari mishari added the bug label Dec 10, 2022
@welcome
Copy link

welcome bot commented Dec 10, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@jeromeof
Copy link

I have this problem also? Is there a simple fix?

@davidvandebunte
Copy link

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.

@stelios-c
Copy link

stelios-c commented Jan 17, 2024

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.

@agussman
Copy link

@stelios-c Exact same thing (Google Cloud Vertex AI Workbench Instance Version M113).

@jtpio
Copy link
Member

jtpio commented Jun 14, 2024

Just tried locally with the following versions:

jupyterlab                4.2.2
jupyterlab_geojson        3.4.0

And it seems to be working well:

image

Would you be able to update to the latest versions to see if it fixes the issue?

@stelios-c
Copy link

stelios-c commented Jun 14, 2024

@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 <IPython.display.GeoJSON object> . This is my environment for corporate work. I'll try the Github Workspaces JupyterLab when I can, which is my hobby environment, and will have a more up to date JupyterLab.

@krassowski
Copy link
Member

It looks like the GCP Vertex AI Workbench has a pretty old version of JupyterLab, and likely does not have an appropriate version of jupyterlab_geojson installed. I think that this needs to be addressed by however manages GCP Vertex AI Workbench.

@stelios-c
Copy link

ok I can confirm it works on Github Workspaces, jupyterlab-geojson-extension 3.4.0 , Jupyter Lab Version 4.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants