meetup-python-grenoble / meetup-python-grenoble.github.io

Meetup Python Grenoble Website
https://meetup-python-grenoble.github.io
7 stars 2 forks source link

Update to JupyterLite 0.2 #177

Open jtpio opened 9 months ago

jtpio commented 9 months ago

Update to the latest stable version of JupyterLite, which is based on JupyterLab 4 and Jupyter Notebook 7.

Closes #150 Closes #151

image

image

rclement commented 9 months ago

Thanks @jtpio! So jupyterlab-webrtc-docprovider is not needed anymore? Has it been integrated directly into Jupyterlab?

jtpio commented 9 months ago

Right, unfortunately this extension has not yet been updated for JupyterLite 0.2 (based on JupyterLab 4): https://github.com/jupyterlite/jupyterlab-webrtc-docprovider/issues/16

Mostly because the whole RTC stack has changed quite a bit between JupyterLab 3.5 and JupyterLab 4.

So maybe we can keep it commented for now in the Pipfile to keep to track of it?

jtpio commented 9 months ago

Also for now jupyterlab-webrtc-provider is more of a proof-of-concept rather that something that can be used in production. It's not working super well (duplicated content, errors when syncing the documents...).