This repository contains definition of Docker image with MATLAB Common Runtime environment on Python 3.4 slim image.
import OurMATLAB.ModuleName as mt
context = mt.initialize()
context.exported_function(...)
It is the most up-to-date version allowed by MCR.