Just noticed jupytercad
still makes use of ICollaborativeDrive
:
|
import { ICollaborativeDrive } from '@jupyter/collaborative-drive'; |
However it does not seem to exist anymore in jupyter-collaboration
:
https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration%20icollaborativedrive&type=code
Likely jupytercad
will have to update to jupyter-collaboration>=4
at some point.