Skip to content

Commit 1cb0081

Browse files
committed
iterate on docs
1 parent 3257876 commit 1cb0081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/other_extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ You can easily create a new JupyterLab extension by using the official `copier`
88
After installing the needed plugins (mentioned in the above link) and creating an extension directory, you can run the following command:
99
```
1010
copier copy --trust https://github.com/jupyterlab/extension-template .
11+
```
1112
which will ask you to fill some basic information about your project. Once completed, the directory will be populated with several files, all forming the base of your project. You will mostly work in the `index.ts` file, located in the `src` folder.
1213

1314
An example of creating a simple JupyterLab extension, which also contains the instructions of how to fill the information asked by the `copier` template, can be found [here](https://github.com/jupyterlab/extension-examples/tree/master/hello-world).

0 commit comments

Comments
 (0)