Loading
python312Packages.ipylab: fix broken 'ipylab._version' import
Running hatchling without the version hook prevents this file from being created, which causes an import error on Darwin. The second hook, one that normally compiles javascript is skipped, as our sources already contain it, yet the declared dependency, hatch-jupyter-builder still needs to be provided.