-
Notifications
You must be signed in to change notification settings - Fork 7
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
Publish on PyPI #1
Comments
For such projects we usually use the Jupyter Releaser to help make releases: https://jupyter-releaser.readthedocs.io/en/latest/get_started/making_release_from_repo.html For example the Xeus Python uses the releaser in case you would like to have a look: https://github.com/jupyterlite/xeus-python-kernel I'm also happy to help set it up if needed. |
+1 for this as using the Jupyter Releaser would also mean the source extension package becomes available on npm. |
+1 for this project! I could see a huge demand for this and have big deployment that can use this |
I'm currently looking for a project that can support both Python and R interactively in the browser. JupyterLite seems like an ideal candidate if this WebR kernel becomes available on PyPI. I saw that there was recently a commit to make the package compatible with pip in 0d67ab3, is the plan to also upload to PyPI? |
Yes, the plan is eventually to upload to PyPI. However, I'd like a few features working before initial release there:
|
Really cool project, thanks for setting that up!
I was wondering if you were planning to distribute the kernel on PyPI at some point?
There are some on-going discussions about adding this kernel to the Try Jupyter demo site: jupyter/try-jupyter#30
Having a published package on PyPI would make it easier to include in other JupyterLite deployments.
The text was updated successfully, but these errors were encountered: