Open jtpio opened 1 month ago
Currently the name of the package on PyPI is lckr_jupyterlab_variableinspector:
lckr_jupyterlab_variableinspector
https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/blob/ab68f8d1a47f9a24aa1da3c25c571738536cdac0/pyproject.toml#L6
However it could be more convenient and less confusing to users if the package was named jupyterlab-variable-inspector.
jupyterlab-variable-inspector
Maybe we could do the rename, and still publish a new version of lckr_jupyterlab_variableinspector that would depend on jupyterlab-variable-inspector?
:100:
Sounds like a good plan
Currently the name of the package on PyPI is
lckr_jupyterlab_variableinspector
:https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/blob/ab68f8d1a47f9a24aa1da3c25c571738536cdac0/pyproject.toml#L6
However it could be more convenient and less confusing to users if the package was named
jupyterlab-variable-inspector
.Maybe we could do the rename, and still publish a new version of
lckr_jupyterlab_variableinspector
that would depend onjupyterlab-variable-inspector
?