We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.)
--trust
The text was updated successfully, but these errors were encountered:
Thanks @psychemedia for reporting.
Probably it's because it was for the previous version 7 of copier?
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!
Sorry, something went wrong.
Update copier command (copier 7.2->9.2) (#271)
7f5cd10
* Update README.md - copier~=9.2 Update version of `copier` to match [`jupyterlab/extension-template`](https://github.com/jupyterlab/extension-template). * Update copier copy command * Update copier copy command Fixes: #270 * Update hello-world/README.md Co-authored-by: Frédéric Collonval <[email protected]> * Update mimerenderer/README.md Co-authored-by: Frédéric Collonval <[email protected]> * Update server-extension/README.md Co-authored-by: Frédéric Collonval <[email protected]> --------- Co-authored-by: Frédéric Collonval <[email protected]>
Successfully merging a pull request may close this issue.
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.)The text was updated successfully, but these errors were encountered: