Open psychemedia opened 3 days ago
Thanks @psychemedia for reporting.
Probably it's because it was for the previous version 7 of copier
?
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!
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.)