Skip to content

Commit

Permalink
docs: Make spelling consistent for focused (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere authored Jul 31, 2023
1 parent 49293b7 commit 2c09318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Tutorial: Data Science\n",
"\n",
"In this tutorial, we will introduce Solara from the perspective of a data scientist or when you are thinking of using Solara for a data science app.\n",
"It is therefore focussed on data (Pandas), visualizations (plotly) and how to add interactivity.\n",
"It is therefore focused on data (Pandas), visualizations (plotly) and how to add interactivity.\n",
"\n",
"## You should know\n",
"This tutorial will assume:\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[Voilà](https://voila.readthedocs.io/) allows you to convert a Jupyter Notebook into an interactive dashboard that allows you to share your work with others.

Voilà is Jupyter notebook focussed, meaning that it will render all output from your notebook. Using [`voila-vuetify`](https://github.com/voila-dashboards/voila-vuetify) Voilà allows for a more app like experience, showing only the output you want.
Voilà is Jupyter notebook focused, meaning that it will render all output from your notebook. Using [`voila-vuetify`](https://github.com/voila-dashboards/voila-vuetify) Voilà allows for a more app like experience, showing only the output you want.

Voilà, together with `voila-vuetify` is an alternative to [Solara server](./solara-server). The most significant difference is that Voilà will start one kernel/process per page request, while [Solara server](./solara-server) can serve many more users from a single process. Sharing the same process means Solara apps can share memory among users (e.g. a large dataset), which will usually lead to better performance and less resource usage.

0 comments on commit 2c09318

Please sign in to comment.