Eric Charles

Results 535 comments of Eric Charles

Can you try the same with yarn. npm tends to give issue, see docs on https://jupyter-ui.datalayer.tech/docs/develop/dev-environment/ Maybe not related, but worth trying. If it does not solve, check the cra...

Sorry for being not responsive here... I use mainly from source and we have separated (to be maintained) examples here https://github.com/datalayer-examples/jupyter-react-webpack-example https://github.com/datalayer-examples/jupyter-react-cra-example With https://react.dev/blog/2025/02/14/sunsetting-create-react-app we would have to migrate to...

I have previously hit similar issue while having different react version. Also the way the creation and assignment of kernels is done. I am closing this as difficult to replicate,...

Hi @digitaltopo The package is used in some vite app, e.g. https://github.com/datalayer-examples/jupyter-react-vite-example I see the report from the link you shared. Do you have an idea on how to fix...

Closing as tsconfig.json has now the following declarations which should solve the reported issue ``` "declaration": true, "esModuleInterop": true, "incremental": true, "jsx": "react-jsx", "jsxImportSource": "react", "module": "ES2022", "moduleResolution": "bundler", ```

You have to return something. Maybe try to start from this example https://github.com/datalayer/jupyter-ui/blob/main/packages/react/src/examples/Notebook.tsx

Closing as opened since some time. The issue is not encountered in others deployments/builds. Please reopen if needed.

Awesome @501981732 Do you have a env setup? (see doc on https://jupyter-ui.datalayer.tech/docs/develop/dev-environment/) You could start hacking based on this example which changes the service manager of a Notebook https://github.com/datalayer/jupyter-ui/blob/main/packages/react/src/examples/JupyterLabAppServiceManager.tsx That...

We already had a lot of those discussion long time ago, and came to the conclusion that the Observable package is to be used in the other packages instead of...

Can you detail the exact change you are proposing. Is it that all the packages relying now on the observable package would have to directly use yjs? On top of...