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

Checkout jupyterlite #141

Open
robmarkcole opened this issue Jun 24, 2022 · 3 comments
Open

Checkout jupyterlite #141

robmarkcole opened this issue Jun 24, 2022 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@robmarkcole
Copy link
Owner

robmarkcole commented Jun 24, 2022

Can run entirely in the browser?

@robmarkcole
Copy link
Owner Author

Looks feasible, import packages like

import piplite
await piplite.install("pandas")

@robmarkcole
Copy link
Owner Author

robmarkcole commented Jun 27, 2022

Hit error on install: ValueError: Couldn't find a pure Python 3 wheel for 'hass-data-detective'.

Read: https://pyodide.org/en/stable/development/new-packages.html

Check which dependencies are not available

pandas>=1.1.4 AVAILABLE
ruamel.yaml>=0.15.78 NOT AVAILABLE
SQLAlchemy>=1.2.8 AVAILABLE
pytz

After commenting out all the yaml related stuff I can import from URL potentially, but for postgres I hit: ValueError: Couldn't find a pure Python 3 wheel for 'psycopg2-binary'

@robmarkcole
Copy link
Owner Author

Clearly would require a fair bit of effort to get this going, not obvious benefits over binder so park for now

@robmarkcole robmarkcole added enhancement New feature or request help wanted Extra attention is needed labels Jun 27, 2022
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

1 participant