datalayer / jupyter-server-nbmodel

Jupyter Server NbModel. - Execute code cell from the server.
https://datalayer.tech
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Alpha release on PyPI? #19

Closed krassowski closed 3 months ago

krassowski commented 3 months ago

It would be good to publish to PyPI for two reasons:

Currently I see 404: https://pypi.org/project/jupyter-server-nbmodel/

krassowski commented 3 months ago

@echarles / @fcollonval any thoughts?

FYI the changes that were required on jupyter-collaboration side are available in beta0 (https://github.com/jupyterlab/jupyter-collaboration/issues/325#issuecomment-2232859023). Would it make sense to add these to dependencies?

fcollonval commented 3 months ago

Would it make sense to add these to dependencies?

Definitely

krassowski commented 3 months ago

As for adding jupyter-server-ydoc and jupyter-docprovider as dependencies over the entire jupyter-collaboration, this is kind of blocked because of https://github.com/jupyterlab/jupyter-collaboration/issues/330.

krassowski commented 3 months ago

I opened https://github.com/datalayer/jupyter-server-nbmodel/pull/21

fcollonval commented 3 months ago

First alpha version released: https://pypi.org/project/jupyter-server-nbmodel/

echarles commented 3 months ago

Awesome @fcollonval 🎉