File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Writing a JupyterLab extension usually starts from a configurable template. It
14
14
can be downloaded with the [ ` copier ` ] ( https://copier.readthedocs.io/ ) tool and the following command:
15
15
16
16
``` bash
17
- pip install " copier~=7 .2" jinja2-time " pydantic<2.0.0 "
17
+ pip install " copier~=9 .2" jinja2-time
18
18
mkdir my_extension
19
19
cd my_extension
20
20
copier copy https://github.com/jupyterlab/extension-template .
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ You will initialize the extension by using [copier](https://copier.readthedocs.i
26
26
Execute the following commands in your terminal:
27
27
28
28
``` bash
29
- pip install copier jinja2-time
29
+ pip install " copier~=9.2 " jinja2-time
30
30
mkdir my_mimerenderer
31
31
cd my_mimerenderer
32
- copier https://github.com/jupyterlab/extension-template .
32
+ copier copy --trust https://github.com/jupyterlab/extension-template .
33
33
```
34
34
35
35
You will be asked for some basic information that could for example be setup
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ Writing a JupyterLab extension usually starts from a configurable template. It
22
22
can be downloaded with the [ ` copier ` ] ( https://copier.readthedocs.io/ ) tool and the following command for an extension with a server part:
23
23
24
24
``` bash
25
- pip install copier jinja2-time
25
+ pip install " copier~=9.2 " jinja2-time
26
26
mkdir my_extension
27
27
cd my_extension
28
- copier https://github.com/jupyterlab/extension-template .
28
+ copier copy --trust https://github.com/jupyterlab/extension-template .
29
29
```
30
30
31
31
You will be asked for some basic information that could for example be setup
You can’t perform that action at this time.
0 commit comments