Eric Charles
Eric Charles
A few years ago, we already had those discussions, and luckily we have today a ydoc package that proves that the abstraction approach makes sense. Other projects ([SyncedStore](https://github.com/YousefED/SyncedStore)...) outside of...
@davidbrochart Can you clarify. Do you want to drop YNotebook as part of this proposal ? https://github.com/jupyter-server/jupyter_ydoc/blob/b3905b3aef1e6f821819e8ed120370145b0bed28/javascript/src/ynotebook.ts#L38-L40
Turning round again and again... the arguments you are using to justify the change you propose don't make sense to me and this change is just driving to bicephal implementations...
We have seen exhausted kernels on our cloud infra. Could it be a temporary issue related to that? Would be great if you could retry and confirm.
@datalayer/jupyter-lexical-example is not published in npm. If you want to depend on that, you would have to copy the source code in your src tree.
this are the deps to declare https://github.com/datalayer-examples/jupyter-react-cra-example/blob/5b3402da44d48ac27daeb3f9ed0bc5749f5c23a5/package.json#L19-L26
CRA is deprecated, and vite.js is favored, see example on https://github.com/datalayer-examples/jupyter-react-vite-example Closing.
Background discussions HTTP Personality for Enterprise Gateway https://github.com/jupyter/enterprise_gateway/pull/734#issuecomment-544453628 @kevin-bates mentioned the need for session object during a jupyter server meeting @Zsailer mentioned his aim to have one day multi user...
@rolweber A Web Session would allow e.g. to support other auth paradigm (see discussion on https://github.com/jupyter/jupyter_server/issues/50). Especially with oauth and oidc, a session is useful to store intermediate tokens and...
For security reasons, once authenticated, you can put in your server session your profile (you may not want to send complete profile to client). You may also persist there the...