Hi All,
I have a unique scenario in Databricks and would appreciate your insights.
I’ve developed functionality in Databricks notebooks, and I’d like to share this with other developers within the same workspace. My goal is to allow colleagues to import my notebook and call its functions, but without access to the notebook’s source code.
I’ve already explored converting my notebook into a wheel file, which works well for cross-workspace collaboration. However, my current need is limited to users within the same workspace, and I’m hoping for a solution that doesn’t involve packaging as a wheel.
Are there any built-in options or best practices within Databricks that would allow users to access the functionality of my notebook without viewing or modifying the underlying code?
Any suggestions or alternative approaches would be greatly appreciated.