Eric Charles
Eric Charles
ipywidget and panel are the 2 existing options to achieve communication between python server and the user interface. jupyter-react allows you to use those 2 technologies. Would that work for...
Thx for reporting. I can reproduce on Next.js and CRA.
I have not taken time to look at that. will investigate begin next week. Thx for the ping.
@jtpio @bollwyvl https://jupyterlite-pyodide-kernel--47.org.readthedocs.build/en/47/_static/lab/index.html is working fine.
it is failing while loading the node_modules while building with tsc. I am still trying to see why this is happening, and won't be able to link to a reproducer...
> Calling input() also blocks everything for me, including execution in other notebooks. Is there maybe a requirement on specific version of jupyter-server or Python or something that is not...
Maybe the following helps. The collaborative drive is like a normal drive, with a ISharedModelFactory that can registerDocumentFactory. Why is the `registerDocumentFactory` API defined in this repo? https://github.com/jupyterlab/jupyter-collaboration/blob/7bd86d17b476daf68d49016db525054b324978ba/packages/docprovider/src/tokens.ts#L26-L51
> I see here 2 ISharedFactory in different packages/repos. Sorry, I messed code in VS Code. There is only 1 ISharedFactory in the core service. Still my question on https://github.com/jupyterlab/jupyter-collaboration/issues/187#issuecomment-1682627008...
This is the error I receive when building: ``` ./node_modules/@primer/react-brand/lib/animation/useAnimation.d.ts:3:20 - error TS2307: Cannot find module './Animation.module.css' or its corresponding type declarations. 3 import styles from './Animation.module.css'; ~~~~~~~~~~~~~~~~~~~~~~~~ Found 1...
Hi @jtpio I will take time to review in more details with a focus on security and user information. I have share previously concerns about multiple extensions willing to take...