I’m deploying Livebook on devices that won’t always have access to the internet. Is there a way to author notebooks remotely and upload the dependencies along with the livebook code? Or a way to proxy internally to livebook the dependencies I know each runtime will pull. For example I know I’ll need the SQL Server dependencies and Merquery installed for every Livebook runtime.
As a work around I’ve attached the Livebook runtime to a deployment inside the same kubernetes environment that has the dependencies installed but it prevents running smart cells.
Thank you in advance!