To ensure that dependencies are installed before we run a notebook, it is common to see a bunch of pip install , wget and apt-get commands at the beginning. DeepNote offers an elegant way to manage these installation scripts with the init.ipynb, so we could keep our main notebook file…