Using Zepl Images to Manage Notebook Dependencies
One of the biggest shortcomings of open source notebooks is the lack of sharing and collaborating capabilities. It is common practice to put several install commands at the beginning of a notebook or script to help ensure that others will be able to recreate your analysis. Unfortunately, these libraries are not shared when the notebook…