Skip to content

Documentation #21

@fcollonval

Description

@fcollonval

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 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.
      • 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

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions