voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.41k stars 502 forks source link

running voila on kaggle and hosting/sharing private/public dashboard #265

Open cornhundred opened 5 years ago

cornhundred commented 5 years ago

Two quick questions:

1) Has anyone tried running Voila on Kaggle (or Colab)? Jupyter widgets are supported on Kaggle (see https://www.kaggle.com/cornhundred/heatmap-view-of-modern-era-player-stats), but I'm not whether they support dashboarding.

2) Is there a recommended way to host the voila dashboard for private sharing with collaborators?

jtpio commented 5 years ago
  1. Not tried, but it would be great if there was native support for it.
  2. There are different options to deploy voila dashboards. The simplest at the moment is probably to use Heroku (cf https://github.com/QuantStack/voila/issues/184), but there is also ongoing work to document other scenarios and platforms (https://github.com/QuantStack/voila/pull/229)
cornhundred commented 5 years ago

Thanks for the help @jtpio. I also spoke with someone at SaturnCloud.io and they said they were looking into supporting Voila

hhuuggoo commented 5 years ago

Confirmed. We will definitely be supporting publishing voila apps on SaturnCloud.io (along with bokeh, plotly and arbitrary http apps). I can notify here when it's ready, currently targeting 2-3 weeks out.

smone000 commented 4 years ago

Is there an improvement ? Is it possible to use Voila in colab ?