Preparing the Code for Lambda In the last parts we used Jupyter notebooks. Now we need Python scripts for the next steps, so we need to convert our existing code from Jupyter notebook to normal Python scripts. The tool we want to use is called nbconvert. Just use this command: We need to clean theContinue reading “ML Zoomcamp 2023 – Serverless – Part 4”