I want to run a papermill
Python script to execute a .ipynb
file. As of now, it runs on local but I want to run it on another server, say another Docker container.
I tried reading the documentation(https://buildmedia.readthedocs.org/media/pdf/test-papermill/latest/test-papermill.pdf) but it states how to create a new engine, nothing about how to make remote connections and define their kernels.