Skip to content

Conversation

sdaves
Copy link

@sdaves sdaves commented May 30, 2024

This allows stateless to be imported in the browser:

https://jupyterlite.readthedocs.io/en/stable/_static/lab/index.html

# within pyodide (browser WASM python)

import micropip
await micropip.install('stateless')
import stateless
print(dir(stateless))

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

Successfully merging this pull request may close these issues.

1 participant