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

Map is not displayed in Jupyter notebook #159

Closed
otwn opened this issue Dec 8, 2017 · 5 comments
Closed

Map is not displayed in Jupyter notebook #159

otwn opened this issue Dec 8, 2017 · 5 comments

Comments

@otwn
Copy link

otwn commented Dec 8, 2017

MacOS: 10.13.1
Python: 3.6.1
Jupyter: 4.4.0
mapview_validation

I followed "Widget JavaScript Not Detected #10" but it doesn't work.

jupyter nbextension install --py --sys-prefix arcgis
jupyter nbextension enable --py --sys-prefix arcgis

Here is a screenshot before starting.
screenshot 2017-12-08 10 33 04

When trying to show a map...
screenshot 2017-12-08 10 37 44

Any suggestion?

@rohitgeo
Copy link
Contributor

rohitgeo commented Dec 8, 2017

You are apparently using Jupyter Notebook version above 5.0, which has this problem. A fix will be out soon (in a couple of weeks) but for now you'd need to downgrade Jupyter Notebook to version <= 5.0

@otwn
Copy link
Author

otwn commented Dec 8, 2017

It worked. Thank you

conda install notebook=5.0

screenshot 2017-12-08 11 37 33

@HigginTown
Copy link

and idea when the fix might be out for Jupyter Notebook > 5.0? I'm having this error.

@DavidJVitale
Copy link
Contributor

@HigginTown Version 1.3 of the Python API was released Dec 22nd with this fix. You should be able to upgrade by following these instructions. I just installed v1.3 of the API in a blank conda environment, and it is functioning with notebook 5.4.

@HigginTown
Copy link

Thank you @DavidJVitale, it works on my machine after some tweaking by following those instructions

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

No branches or pull requests

5 participants