kubeflow-kale / jupyterlab-kubeflow-kale

JupyterLab extension to provide a Kubeflow specific left area for Notebooks deployment
Apache License 2.0
18 stars 12 forks source link

Prefill docker image with Notebook's docker image #12

Closed elikatsis closed 4 years ago

elikatsis commented 4 years ago

Users should be able to see the image their pipeline steps will run with, if they expand Additional Settings. That image is the one chosen by default by Kale.

So, this logic could be implemented [or called, since it is already implemented] by some function in kale.rpc.nb module. The extension will call that via executeRpc() function and set the corresponding field.