Skip to content

Commit

Permalink
iterate on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisaCG committed Aug 23, 2024
1 parent 3257876 commit 1cb0081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/other_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ You can easily create a new JupyterLab extension by using the official `copier`
After installing the needed plugins (mentioned in the above link) and creating an extension directory, you can run the following command:
```
copier copy --trust https://github.com/jupyterlab/extension-template .
```
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.

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).
Expand Down

0 comments on commit 1cb0081

Please sign in to comment.