Closed mwouts closed 1 year ago
This is a WIP where I try to keep the Jupyter Lab extension within jupytext.
jupytext
What is probably needed
packages/labextension
hatchling.build
jupyter_packaging.setupbase.create_cmdclass
setup.py
pyproject.toml
This was achieved by @mahendrapaipuri in #1140 - closing this one!
This is a WIP where I try to keep the Jupyter Lab extension within
jupytext
.What is probably needed
packages/labextension
hatchling.build
as in https://github.com/mwouts/jupyterlab-jupytext/blob/jupyterlab4/pyproject.toml, rather thanjupyter_packaging.setupbase.create_cmdclass
setup.py
and usepyproject.toml
instead if possible