-
Notifications
You must be signed in to change notification settings - Fork 21
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
Tile URL management #45
Comments
Could you please elaborate on how does this applies to the jupyter notebook use-case ? I just ran the introduction notebook with a freshly created environment as you specidified in #39 and still have no data on the map. Many thanks in advance. |
I advise not using the Classic Notebook, which is deprecated in favor of JupyterLab or RetroLab. def get_base_url(url):
return "http://localhost:8888"
l = da.leaflet.plot(m, get_base_url=get_base_url) |
Thanks for the hack, it works ! Anyway, thanks again for the hack and if you need, I would be happy to contribute to implement it. |
Yes, this is strange 👀
That's true, but nobody is working on the Classic Notebook so it will die eventually.
Implement what? |
Indeed you are right, forget what I said about implementing this hack I will just move on to Lab and wait for the features to come. Merci pour vos réponses et bonne soirée. |
With #44 the base URL is now automatically retrieved from JupyterLab, so in order to handle any other platform a function returning the base URL must be passed in
get_base_url
.Closing #42, #40, #39, #37.
The text was updated successfully, but these errors were encountered: