jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
461 stars 171 forks source link

README instructions need updating #270

Open psychemedia opened 3 days ago

psychemedia commented 3 days ago

The command for installing the template in the README:

copier https://github.com/jupyterlab/extension-template .

seems to be broken.

I had to run:

copier copy https://github.com/jupyterlab/extension-template . --trust

(The --trust was for jinja templates.)

jtpio commented 2 days ago

Thanks @psychemedia for reporting.

Probably it's because it was for the previous version 7 of copier?

image

I guess it would still make sense to update the example to the latest version of copier, to align with the extension template: https://github.com/jupyterlab/extension-template

If you would like to open a PR that would be great, thanks!