You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
passes the experiment to the container as a shell command
retrieves the standard out from the container
Because the mounts in (3) assume a local unix platform, this means that the container must be run on localhost. Also,
the narrow stdin/stdout communication with the container forces us into a batch oriented run. That is, niceties like interacting with the armory run is impossible.
We are looking at the way Jupyterlab connects to its compute kernel to see if we can break the batch-orientation.
The text was updated successfully, but these errors were encountered:
Currently the launcher/loader
Because the mounts in (3) assume a local unix platform, this means that the container must be run on localhost. Also,
the narrow stdin/stdout communication with the container forces us into a batch oriented run. That is, niceties like interacting with the armory run is impossible.
We are looking at the way Jupyterlab connects to its compute kernel to see if we can break the batch-orientation.
The text was updated successfully, but these errors were encountered: