I have a project composed of 6 different Jupyter Notebooks and 4 CSV files. I would like also my colleagues can try to use this project, even if they don't have python installed and maybe with another csv. Is it possible to do this by creating a docker image of this project and letting them "play" with the notebooks and the data?
↧