Skip to content

Commit

Permalink
Update copier command (copier 7.2->9.2) (#271)
Browse files Browse the repository at this point in the history
* 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 <fcollonval@gmail.com>

* Update mimerenderer/README.md

Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>

* Update server-extension/README.md

Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>

---------

Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
  • Loading branch information
psychemedia and fcollonval authored Nov 25, 2024
1 parent 8782017 commit 7f5cd10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Writing a JupyterLab extension usually starts from a configurable template. It
can be downloaded with the [`copier`](https://copier.readthedocs.io/) tool and the following command:

```bash
pip install "copier~=7.2" jinja2-time "pydantic<2.0.0"
pip install "copier~=9.2" jinja2-time
mkdir my_extension
cd my_extension
copier copy https://github.com/jupyterlab/extension-template .
Expand Down
4 changes: 2 additions & 2 deletions mimerenderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ You will initialize the extension by using [copier](https://copier.readthedocs.i
Execute the following commands in your terminal:

```bash
pip install copier jinja2-time
pip install "copier~=9.2" jinja2-time
mkdir my_mimerenderer
cd my_mimerenderer
copier https://github.com/jupyterlab/extension-template .
copier copy --trust https://github.com/jupyterlab/extension-template .
```

You will be asked for some basic information that could for example be setup
Expand Down
4 changes: 2 additions & 2 deletions server-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Writing a JupyterLab extension usually starts from a configurable template. It
can be downloaded with the [`copier`](https://copier.readthedocs.io/) tool and the following command for an extension with a server part:

```bash
pip install copier jinja2-time
pip install "copier~=9.2" jinja2-time
mkdir my_extension
cd my_extension
copier https://github.com/jupyterlab/extension-template .
copier copy --trust https://github.com/jupyterlab/extension-template .
```

You will be asked for some basic information that could for example be setup
Expand Down

0 comments on commit 7f5cd10

Please sign in to comment.