I have seen a lot of docs about "how to make a jupyterlab extension" and "how to make an ipywidget". Most of them use hatch-jupyter-builder in some form.
The configuration options are listed "just so", without an explanation of what the different options do.
I have some idea that when a package built with hatch-jupyter-builder is pip installed, there are some sequence of commands executed similar to
jupyter labextension develop --overwrite .
It would be helpful to list which exact commands are executed, so a user of hatch-jupyter-builder understand the individual steps and what is going wrong.
Expected behavior
Step by step explanation of what hatch-jupyter-builder does.
Description
I have seen a lot of docs about "how to make a jupyterlab extension" and "how to make an ipywidget". Most of them use hatch-jupyter-builder in some form.
The configuration options are listed "just so", without an explanation of what the different options do.
I have some idea that when a package built with hatch-jupyter-builder is
pip install
ed, there are some sequence of commands executed similar tojupyter labextension develop --overwrite .
It would be helpful to list which exact commands are executed, so a user of hatch-jupyter-builder understand the individual steps and what is going wrong.Expected behavior
Step by step explanation of what hatch-jupyter-builder does.