Create wheels and install/configure automation

adrianhernandez
Databricks Partner

Can a notebook be created that pushes new versions of code w/o having to go thru the manual process of creating a whl and other configuration files? In other words, can I create a notebook that will setup/configure and install the wheel? So far all tutorials and demos show several manual steps needed to create a wheel, since our code is likely to change often our team would like to automate the entire creation/update of the wheel including configuration files and code. Is this possible?