I am building a hybrid (combined front end/server extensions in a single project) and I cannot seem to get hatch_jupyter_builder recognized when running my pyproject.toml (pip install -e .) for development. I am on hatch 1.14.1, hatchling 1.27.0, and hatch_jupyter_builder 0.9.1. The target jupyter_builder is not being invoked (no jlpm executed). I checked the dist-info for hatch_jupyter_builder and the entry point is named jupyter not jupyter_builder. However, when I change the target in the pyproject.toml to jupyter from jupyter_builder, it reports an error that it cannot find the entry point. I am hoping this is a version compatibility issue. Does anyone have a successful deployment of this type of an environment and may share which versions of what they have installed? Thanks.
Can you share your pyproject.toml
and your project repo structure. It would be helpful to share logs of pip install -e -vvv .
as well.