openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
203 stars 45 forks source link

open application directly in voila instead of the jupyter server #276

Open 12rambau opened 1 year ago

12rambau commented 1 year ago

These are the minute of a call with @cdanielw:

Problem

Applications in SEPAL are a powerful tool to implement or prototype functionalities faster than the main recipies and allows external contributions. In the current implementation, these application are run using the following workflow:

This present several issues:

proposed solution

In the recent development of application framework, we created a small process based on nox to launch the application on a local computer (any computer in fact). It shows multiple advantages:

difficulties