-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Writing some documentation for this package
Raw Markdown
Plan of the doc
- how to install the package?
```sh
pip install ...
```
- what does it do?
- Provides a cli for building Jupyter extensions. There is 3 subcommands
- `build`: Build the Jupyter extension JavaScript assets to be consumed by the Jupyter app
- `develop`: Install the Jupyter extension JavaScript assets in dev mode for consumption in the Jupyter app. It similar to [_editable_ install mode of pip](https://setuptools.pypa.io/en/latest/userguide/development_mode.html).
- `watch`: Automatically rebuild the development JavaScript assets when one file is changed to ease development.
- Provides a NPM package manager: `jlpm`
- [maybe] Provides a NPM package hosting JavaScript asset building configuration (aka `@jupyterlab/builder` see #16)
- how to uninstall the package?
```sh
pip uninstall ...
```
- how to contribute?
> You describe how to install it in development mode and how to test the package
Plan of the doc
- how to install the package?
pip install ...
-
what does it do?
-
Provides a cli for building Jupyter extensions. There is 3 subcommands
build
: Build the Jupyter extension JavaScript assets to be consumed by the Jupyter appdevelop
: Install the Jupyter extension JavaScript assets in dev mode for consumption in the Jupyter app. It similar to editable install mode of pip.watch
: Automatically rebuild the development JavaScript assets when one file is changed to ease development.
-
Provides a NPM package manager:
jlpm
-
[maybe] Provides a NPM package hosting JavaScript asset building configuration (aka
@jupyterlab/builder
see Include @jupyterlab/builder in this package #16)
-
-
how to uninstall the package?
pip uninstall ...
- how to contribute?
You describe how to install it in development mode and how to test the package
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation