File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
advanced/server-extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ that looks like this:
45
45
jlab_ext_example/
46
46
│ # Generic Files
47
47
│ .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
49
49
│ LICENSE # License of your code
50
50
│ README.md # Instructions to install and build
51
51
│
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Those files can be separated in 4 groups:
90
90
- ` setup.py ` contains information about the Python package such as what to package
91
91
- ` pyproject.toml ` contains the dependencies to create the Python package
92
92
- ` 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
94
94
- ` hello_world/ ` folder contains the final code to be distributed
95
95
96
96
The following sections will walk you through the extension code files.
You can’t perform that action at this time.
0 commit comments