David Brochart

Results 1127 comments of David Brochart

No, I can only import from the top-level package, not the nested one.

The `AppModule` has a [mount_path](https://github.com/jupyter-server/jupyverse/blob/25094bb4a1cf27e8192514685f4527f38c6c9f57/jupyverse_api/jupyverse_api/main/__init__.py#L26) parameter, that you can set with: ```bash jupyverse --set app.mount_path=/my_path ```

In collaborative mode it is not possible to disable auto-save. If you want to do so, you need to uninstall or disable `jupyter-collaboration`.

I don't know if it makes sense to not auto-save in collaboration mode. A user might not want to save, but they cannot prevent other users to do so anyway.

Should there be a new `projects/jupyter-collaborativedrive`?

I'm wondering if [this failure](https://github.com/jupyterlab/jupyter-collaboration/actions/runs/10919722949/job/30308001718?pr=353): ``` Error: src/yprovider.ts(6,35): error TS2307: Cannot find module '@jupyter/collaborativedrive' or its corresponding type declarations. Error: src/ydrive.ts(16,8): error TS2307: Cannot find module '@jupyter/collaborativedrive' or its corresponding...

@krassowski What do you think about getting this in before releasing v3? We would need to publish `@jupyter/collaborativedrive` to NPM.

@jtpio do you have the rights to publish `@jupyter/collaborativedrive` to NPM?

@krassowski @jtpio ok to merge and publish `@jupyter/collaborative-drive`?