David Brochart
David Brochart
I like your idea of treating background tasks as resources. But I was thinking that maybe a background task should instead be tied to a resource, meaning that for this...
Maybe yes, you're right.
cc @brichet who contributed to the awareness feature in `pycrdt`.
Isn't it because the two `@jupyter/ydoc` versions are using different versions of `yjs`?
In particular: - jupyter-ydoc v3.0.2 has yjs [v13.5.44](https://github.com/jupyter-server/jupyter_ydoc/blob/a56fb961ece34e4e444a00f00b96c55d90ee6c60/yarn.lock#L5362). - jupyter-collaboration v3.1.0 has yjs [v13.6.20](https://github.com/jupyterlab/jupyter-collaboration/blob/47305e4ed8414300ac74bd7dc64acd54f6f1c0ba/yarn.lock#L14918).
Actually I'm not familiar with how package resolution works in JupyterLab. Isn't there a way to say that `yjs` must not be bundled with `@jupyter/ydoc` nor jupyter-collaboration, since it should...
Thanks for opening an issue @almereyda. Would you like to contribute with this enhancement to the documentation?
Awesome, looking forward to it :tada:
What I mean is that whatever the file specified after `-f` is, we get the package name, packages and channels, and use them in `mamba create`. It should be the...
It uses mamba to solve, but conda to download and install the packages.