-
Notifications
You must be signed in to change notification settings - Fork 364
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 doesn't show in JupyterLite #1020
Comments
It works in https://jupyterlite.readthedocs.io/en/latest/_static/lab, but it has ipyleaflet v0.16: |
It's probably because the deployed version pulled And now calling There are multiple ways of solving this. Either by pinning the version with Or use an approach like in the Or switch to the |
The first solution is implemented in #1040. |
One really nice thing about this approach is that it works for master as well, in that it bundles exactly the version of ipyleaflet the repo is currently at, so you can immediately test the current state of master. Note that in addition to the jupyter_lite_config.json part, you also need to build the dev version of the packages when building docs: https://github.com/jupyter-widgets/ipywidgets/blob/58adde2cfbe2f78a8ec6756d38a7c637f5e599f8/docs/source/conf.py#L151-L171 |
I would be happy to make this fix with the |
When browsing to https://ipyleaflet.readthedocs.io/en/latest:
The text was updated successfully, but these errors were encountered: