James Srinivasan

Results 3 issues of James Srinivasan

Is hatch test limited to running the four documented scripts (run, run-cov, cov-combine, cov-report) or can we run arbitrary scripts? Currently looking to replace our use of tox that calls...

**Describe the bug** JupyterLab browser console reports "Plugin 'keplergl-jupyter' failed to activate." "Error: No provider for: jupyter.extensions.jupyterWidgetRegistry." Trying to instantiate widget gives "Error displaying widget: model not found" in the...

jupyter

I'm using hatch (1.14.0) in a Gitlab CI pipeline which needs a Docker-in-Docker (dind) image based on Alpine. I'm installing hatch as follows: ``` apk update && apk add python3-dev...