Some simple questions concerning Voila #1455
-
QuestionI have some questions concerning Voila. I ma new to this app.
Thx |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
AFAIK VSCode does not have a voila-preview plugin.
Not sure what you mean by that. Voila, like Jupyter Notebook or JupyterLab start a jupyter server to serve and render notebooks. The difference is that it executes the notebook entirely and renders the outputs only by default. Also notebooks are readonly with Voila.
IPywidgets is a Python library to create interactive widgets in your Notebook. These widgets will work in Voila, Jupyter Notebook or JupyterLab. |
Beta Was this translation helpful? Give feedback.
-
I would like to make a dashboard with code hidden and with widgets (to select some options from my code). Thx a lot for your answer PS : I am sorry but i know nothing about Voila |
Beta Was this translation helpful? Give feedback.
-
Sounds like Voila is exactly what you're looking for :) |
Beta Was this translation helpful? Give feedback.
-
and, last but not the least question, what is the difference with streamlit ? |
Beta Was this translation helpful? Give feedback.
-
Streamlit is not notebook-oriented. Voila is puts the Jupyter notebook at its core. You basically use the Jupyter Notebook or JupyterLab for the exploratory phase, then execute the resulting notebook with Voila to make it a nice dashboard. |
Beta Was this translation helpful? Give feedback.
-
Moving this thread to the discussion section for more visibility. |
Beta Was this translation helpful? Give feedback.
AFAIK VSCode does not have a voila-preview plugin.
Not sure what you mean by that. Voila, like Jupyter Notebook or JupyterLab start a jupyter server to serve and render notebooks. The difference is that it executes the notebook entirely and renders the outputs only by default. Also notebooks are readonly with Voila.
IPywidgets is a Python library to create interactive widgets in your Notebook. These widgets will work in Voila, Jupyter Notebook or JupyterLab.