File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ like this:
22
22
23
23
``` bash
24
24
author_name []: tuto
25
- python_name [myextension]: hello_world
26
- extension_name [hello_world]: hello-world
25
+ author_email []:
[email protected]
26
+ labextension_name [myextension]: hello-world
27
+ python_name [hello_world]:
27
28
project_short_description [A JupyterLab extension.]: Minimal JupyterLab example
29
+ has_settings [n]:
28
30
has_server_extension [n]:
29
31
has_binder [n]: y
30
- repository [https://github.com/github_username/hello_world ]:
32
+ repository [https://github.com/github_username/hello-world ]:
31
33
```
32
34
33
35
> The python name should not contain ` - ` . It is nice for user to test your extension online, so the ` has_binder ` was set to _ yes_ .
Original file line number Diff line number Diff line change @@ -27,13 +27,15 @@ cookiecutter https://github.com/jupyterlab/extension-cookiecutter-ts
27
27
like this (be careful to set _ has\_ server\_ extension_ to _ y_ ):
28
28
29
29
``` bash
30
- author_name []: my_name
31
- python_name [myextension]: jlab_ext_example
32
- extension_name [jlab_ext_example]: jlab-ext-example
30
+ author_name []: tuto
31
+ author_email []:
[email protected]
32
+ labextension_name [myextension]: jlab-ext-example
33
+ python_name [jlab_ext_example]:
33
34
project_short_description [A JupyterLab extension.]: A minimal JupyterLab extension with backend and frontend parts.
35
+ has_settings [n]:
34
36
has_server_extension [n]: y
35
37
has_binder [n]: y
36
- repository [https://github.com/github_username/jlab_ext_example ]:
38
+ repository [https://github.com/github_username/jlab-ext-example ]:
37
39
```
38
40
39
41
> The python name should not contain ` - ` . It is nice for user to test your extension online, so the ` has_binder ` was set to _ yes_ .
You can’t perform that action at this time.
0 commit comments