Eric Charles
Eric Charles
@ept Very helpful insights! Need to digest all these and try out with hands-on. One more question: What is the goal of the `backend` folder in the source tree? https://github.com/automerge/automerge/tree/main/backend
> Relaying Agree. We have that notion in place in our experiments https://github.com/jupyterlab/rtc/tree/main/packages/relay > All it needs to do is establish that Alice and Bob are interested in the same...
> In the meantime, you can [checkout the draft blog announcement here](https://hackmd.io/Rundu9eyR9qjdD_LNHJAcg). Feel free to add comments or additional information if you notice anything missing. Thanks! Thx for setting this...
Worth also mentioning which frontends is intended to rely on jupyter server v2
FWIW Quiltdata https://docs.quiltdata.com has similar concept, but yes, with another spec.
> @echarles @RRosio @ericsnekbytes is that something you would be interested in working on? Thanks! This topic was interestingly the first question further to our Notebook 7 talk at JupyterCon....
I wonder if we could do this in https://github.com/jupyter/notebook_shim - That sounds to me like a good place, any feedback on this proposal cc/ @Zsailer ?
Found how to add to the gui with `intake.gui.add(cat)`, still looking adding directly to intake.
Thx for the reply. I now understand the `well-known folders` as the `data package entrypoints` are used to build that catalog list. I am still under the impression that a...
FYI we are implementing the Admin UI as a separated service as discussed on https://github.com/jupyterhub/jupyterhub/issues/3427 The work is happening in https://github.com/datalayer/jupyter-manager and we are moving away from bootstrap to [primer](https://github.com/primer/react)....