Eric Charles

Results 535 comments of Eric Charles

> For example, there is a menu that contains all kernel get from jupyter server. And I can select the different kernels in this menu. Working on that ATM with...

> Hi @echarles ! Hi @lneves12 > First of all thanks for working on this package! I saw you presenting it in one of the Jupyter Con lightning talks and...

This is progressing with the creation of a `JupyterLabApp` component that support any core and 3rd party extension. This is for example a Notebook created with the component.

@lneves12 Thx for trying 👍 > index.es6.js:2014 Plugin '@jupyterlab/application-extension:paths' failed to activate. I remember having that error and had to add more information in the index.html https://github.com/datalayer/jupyter-ui/blob/dfdc4ca92da154647227b4f61da6f09b424499a6/packages/react/public/index.html#L13-L24 I am not...

Not sure if you can checkout the complete repo, build it and run the example from source? (use JupyterLabApp or JupyterLabHeadlessApp in https://github.com/datalayer/jupyter-ui/blob/76830f6a8ebe400947fffb617827256803e2ee80/packages/react/webpack.config.js#L13-L23) ... just to validate things... Otherwise, if...

I hit the `@jupyterlab/application-extension:paths' failed to activate` and from what I remember that was due to missing config in html. Can you confirm you have similar configs in the head...

I have added the jupyterlab app example to both https://github.com/datalayer/jupyter-ui/tree/main/examples/cra and https://github.com/datalayer-examples/jupyter-react-webpack-example. You will need Yarn 3 for now (hopefully this will change), and this is what the webpack example...

@lneves12 I have tried with pnpm: - On https://pnpm.io/package_json#resolutions , `resolutions` are merged with `pnpm.overrides`, I guess you don't need to add pnpm.overrides. - I have tried with and with...

Hi @chenjpu Can you detail a bit more the issue? Are you willing to start a jupyter server from the ui? Or maybe start without, and then if needed, move...

Tip: @fcollonval says to import the `js` and not the `css`