Eric Charles

Results 535 comments of Eric Charles

(you'd better remove all you node_modules folders before running again "yarn install")

I guess they stopped publishing on npm at some point. You can go to https://yarnpkg.com and follow the installation steps on https://yarnpkg.com/getting-started/install. Looks like they have changed a lot of...

> Thank you @echarles! It is working! I was able to start jupyter:ui:cra. Wonderfull! > I was trying to use ipyleaflet in the example app, but got error like in...

> In the JupyterLabApp I got message Loading widget ... but it is not loaded: The webapp does not contain the ipyleafet javascript package, and the server does not have...

> Do I need to install ipyleaflet javascript package in my package.json if I would like to use externalIPyWidgets? No, you don't have. It is external, so the system should...

Works for me. ![Screenshot from 2023-12-14 15-24-55](https://github.com/datalayer/jupyter-ui/assets/226720/c4326a90-2648-47f9-8a8e-ac909983255b)

The default (cloud) server does not have `ipyleaflet`. But you can install it from a cell with `! pip install ipyleaflet` and refresh your page. You should find back the...

Using `set...` from the import could work (never tried). I usually prefer setting those values via the Context ``` ``` Otherwise, gimme 10m, I am going to install the ipyleaflet...

I have committed an example https://github.com/datalayer/jupyter-ui/commit/203598e0553e7ee41ce69279eb7d1d2a39bb2c89#diff-f8d4795f9b32c531789cb32c4b9c61bc1d64123b10c3d4e731179a42922702cd which works with the cloud servers (they have now ipyleaflet installed, have added also a simple ipyleaflet.ipynb notebook that can be used by the...

> Do you think, that it will be possible to automate process of adding custom ipywidgets packages? For example, user is using app created with jupyter-ui, running it locally and...