Skip to content

Commit 882636d

Browse files
authored
Update install.json description
1 parent b0dea03 commit 882636d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced/server-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ that looks like this:
4545
jlab_ext_example/
4646
│  # Generic Files
4747
│ .gitignore
48-
│ install.json # Information retrieved by JupyterLab to help users
48+
│ install.json # Information retrieved by JupyterLab to help users know how to manage the extension
4949
│ LICENSE # License of your code
5050
│ README.md # Instructions to install and build
5151

basics/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Those files can be separated in 4 groups:
9090
- `setup.py` contains information about the Python package such as what to package
9191
- `pyproject.toml` contains the dependencies to create the Python package
9292
- `MANIFEST.in` contains list of non-Python files to include in the Python package
93-
- `install.json` contains information retrieved by JupyterLab to help user install the package
93+
- `install.json` contains information retrieved by JupyterLab to help users know how to manage the package
9494
- `hello_world/` folder contains the final code to be distributed
9595

9696
The following sections will walk you through the extension code files.

0 commit comments

Comments
 (0)