Container Job Runner
- A friendly way to
develop
and
run
code in containers.
$ cjr jupyter:start # start Jupyter lab or notebook
$ cjr theia:start # start the Theia IDE
$ cjr shell --here # start an interactive shell in local directory
$ cjr job:start --resource=my-server python my-script.py