Skip to content

Make fully installable on Pyodide/JupyterLite? #25

@deeplook

Description

@deeplook

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions