Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
19 stars 4 forks source link

`hpc-notebook start` opens a Jupyter notebook in an Apptainer container #492

Closed WillEngler closed 1 month ago

WillEngler commented 3 months ago

Extend the hpc-notebook start command so that it opens a Jupyter notebook session in the same way that notebook start does.

Assumptions:

  1. We do not need a full matching suite of base images. Something that builds from scratch and installs Jupyter is ok for now. (An Apptainer definition that takes one or more Docker base images as a starting point would work too.)

Acceptance Criteria

Given I am running garden-ai locally, when I run garden-ai hpc-notebook start, then I am launched into a Jupyter notebook within a local Apptainer container.

WillEngler commented 1 month ago

Closed by #492