-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
JupyterLite Support #119
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Thanks @MRYingLEE for the suggestion. The jupyter-ai/packages/jupyter-ai-magics/pyproject.toml Lines 24 to 29 in 126f35e
Likely one of them depends on Not sure the package needs all these dependencies to work properly. Ideally it could support some of them as optional dependencies so it could indeed be used (maybe partially) in the browser via JupyterLite. |
Closing in favor of the new #822, which seems to have more comments now, to consolidate the discussion. |
An %%ai magic works anywhere the IPython kernel runs (JupyterLab, Jupyter Notebook, Google Colab, VSCode, etc.).
Problem
So I tried JupyterLite. In the running of "%pip install jupyter_ai_magics", I met
"ValueError: Can't find a pure Python 3 wheel for 'sqlalchemy<2,>=1'."
Proposed Solution
I understand JupyterLite is a special version.
If in theory, Jupyter-ai cannot work in it, please declare the limitation. If possible, but it takes time, please put JupyterLite support on your to-do list.
Thanks,
The text was updated successfully, but these errors were encountered: