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

Make fully installable on Pyodide/JupyterLite? #25

Open
deeplook opened this issue Jun 23, 2021 · 0 comments
Open

Make fully installable on Pyodide/JupyterLite? #25

deeplook opened this issue Jun 23, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@deeplook
Copy link
Contributor

It seems one can install this package on Pyodide and hence JupyterLite using micropip, but the maps don't show, yet, indicating there is some issue with the JupyterLab extension. You can try on JupyterLite. Maybe worth giving a thought?

import micropip
await micropip.install(
    "https://opencomputinglab.github.io/vce-wheelhouse/wheelhouse/"
    "MarkupSafe-2.0.1-py2.py3-none-any.whl"
)
await micropip.install("here-map-widget-for-jupyter")
from here_map_widget import Map

api_key = "******"
m = Map(api_key=api_key, center=[52.51, 13.39], zoom=4)
m  # gives: Loading widget...
@sackh sackh added enhancement New feature or request help wanted Extra attention is needed labels Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants