jupyterlab-contrib / jlab-enhanced-cell-toolbar

A cell toolbar for JupyterLab.
BSD 3-Clause "New" or "Revised" License
41 stars 16 forks source link

Updates package to use tools from newer cookiecutter #44

Closed JasonWeill closed 2 years ago

JasonWeill commented 2 years ago

Updates files in this package to use the newer cookiecutter per @fcollonval in #43. Now, with jupyter-packaging installed, the jupyter labextension develop . --overwrite completes without errors. (If you don't have that package installed, the script will prompt you to install it.)

fcollonval commented 2 years ago

Thanks a lot @jweill-aws

If you don't have that package installed, the script will prompt you to install it.

Actually if you don't have jupyter-packaging, it does not matter when running jupyter labextension develop . --overwrite. The trouble comes from the need to get the python package name when executing jupyter labextension develop. Hence the new setup.py allows to get it without the need for jupyter-packaging. But the latter is still used by pip in the virtual build environment.