View Matplotlib plots from Qubernetes job runs
You can now view the images generated by your job runs in Qubernetes cluster directly in the Jupyter notebook by following the steps below:
Configure the project
Add the q8s
package to the Q8Sproject
file, as common dependency for all targets.
Q8Sproject
name: catalyst-lightning-gpu-demo
python_env:
dependencies:
- q8s
targets:
...
Setup the job environment
Add the following environment variable to the .env.q8s
file to configure the Matplotlib backend to use the q8s.matplotlib.backend
backend.
.env.q8s
export MPLBACKEND="module://q8s.matplotlib.backend"
Enjoy the new feature! 🚀