Sorry for the vague references! I was on the go earlier! Here are some links I gathered:
The docs: https://jupyterlab.github.io/jupyterlab/interfaces/_services_src_contents_index_.contents.idrive.html Gory details: https://github.com/jupyterlab/jupyterlab/blob/793dd5ff16ced7329604b9ce13ed3413f32f1824/packages/services/src/contents/index.ts The Google drive collaborative implementation: https://github.com/jupyterlab/jupyterlab-google-drive/blob/master/src/drive/drive.ts A sharedb implementation: https://github.com/ian-r-rose/jupyterlab-sharedb An api-based one (GitHub), which can optionally use a notebook server extension (python side): https://github.com/jupyterlab/jupyterlab-github/blob/master/src/contents.ts Here's the irods one, which also implements (requires?) a server extension api: https://github.com/towicode/jupyterlab_irods/blob/master/src/contents.ts And for good measure, a git lab implementation: https://gitlab.com/ENKI-portal/jupyterlab_gitlab/blob/master/src/contents.ts These are at various levels of lab version support, upstream API version support, etc... Not sure what would happen if they were all installed at the same time! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/7def2aff-4944-4ac5-b1fb-b29dfbd304fa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
