Hi everyone,
I’ve developed a dynamic Jupyter Notebook application for calculating and visualizing opening gaps of stocks listed on the NASDAQ and NYSE. The application uses ipywidgets
and plotly
, and for sharing purposes, I’ve been using a combination of Binder and Voilà.
While this setup works, Binder’s temporary nature makes it unsuitable for permanent or long-term hosting. I’m looking for a way to make my notebook permanently available online and accessible to others in an interactive format.
Could anyone recommend hosting providers or platforms that support Voilà for rendering Jupyter Notebooks in a stable and permanent way? Ideally, the solution should:
- Be capable of handling Python environments with libraries like
ipywidgets
andplotly
. - Offer reliable uptime for shared access.
- Not be overly complex to set up for Voilà-based notebooks.
Any advice, hosting recommendations, or alternative approaches would be greatly appreciated.
Thanks in advance for your help!
Luca