Voila – From notebooks to standalone web applications and dashboards
voila.readthedocs.io
Voila – From notebooks to standalone web applications and dashboards
1–10 of 92 posts
Re: Voila – From notebooks to standalone web applications and dashboards
#2Re: Voila – From notebooks to standalone web applications and dashboards
#3I often think that with the current state of Javascript in the browser, we could build an awesome, super fast, Jupyter style notebook software that runs completely in the browser. With the modules implemented as native Javascript modules which are dynamically loaded.
Is anybody working on this?
I have built a rough version of this idea for myself and been using it for my own statistic needs for a few months now. It is far from being polished/flexible enough to be useful as a general purpose notebook though.
Re: Voila – From notebooks to standalone web applications and dashboards
#4Re: Voila – From notebooks to standalone web applications and dashboards
#5It seems this is doing round trips to the server to do the calculations? I often think that with the current state of Javascript in the browser, we could build an awesome, super fast, Jupyter style notebook software that runs completely in the browser. With the modules implemented as native Javascript modules which are dynamically loaded. Is anybody working on this? I have built a rough version of this idea for mysel…
Agreed that for some things, it would be great to be able to explicitly offload to the browser.
Re: Voila – From notebooks to standalone web applications and dashboards
#6It seems this is doing round trips to the server to do the calculations? I often think that with the current state of Javascript in the browser, we could build an awesome, super fast, Jupyter style notebook software that runs completely in the browser. With the modules implemented as native Javascript modules which are dynamically loaded. Is anybody working on this? I have built a rough version of this idea for mysel…
Re: Voila – From notebooks to standalone web applications and dashboards
#7Re: Voila – From notebooks to standalone web applications and dashboards
#8It seems this is doing round trips to the server to do the calculations? I often think that with the current state of Javascript in the browser, we could build an awesome, super fast, Jupyter style notebook software that runs completely in the browser. With the modules implemented as native Javascript modules which are dynamically loaded. Is anybody working on this? I have built a rough version of this idea for mysel…
Re: Voila – From notebooks to standalone web applications and dashboards
#9I really like Jupyter notebooks to build a simple concept and then move to .py files. But what I observe, especially at the entry level or junior level jobs in data science is that people spend huge amount of its work on jupyter, which did not focus on how to plan flow properly. What I meant is that there is very short path from usefullness to overkill.
I want my physicists to spend their mental effort on physics, not on software architecture.
Re: Voila – From notebooks to standalone web applications and dashboards
#10It seems this is doing round trips to the server to do the calculations? I often think that with the current state of Javascript in the browser, we could build an awesome, super fast, Jupyter style notebook software that runs completely in the browser. With the modules implemented as native Javascript modules which are dynamically loaded. Is anybody working on this? I have built a rough version of this idea for mysel…