Skip to content

Commit cefadb9

Browse files
authored
Merge pull request #87 from martinRenou/update_voila_pres
Update
2 parents 13e2fc1 + 5e9a500 commit cefadb9

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

2019-11-15-voila/src/index.html

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167

168168
<section>
169169
<p>Introducing Voilà</p>
170+
<ul>
171+
<li>Language agnostic: Works with Python, Julia, R, C++, Fortran!</li>
172+
<li>Built on top of jupyter-server and nbconvert</li>
173+
<li>Under the Jupyter Project governance</li>
174+
</ul>
170175
</section>
171176

172177
<section>
@@ -197,23 +202,35 @@
197202
<section>
198203
<p>Deployment of a Voilà dashboard</p>
199204
<ul>
200-
<li>Using MyBinder: voila.readthedocs.io/en/stable/deploy.html#deployment-on-binder</li>
201-
<li>Using Heroku: voila.readthedocs.io/en/stable/deploy.html#deployment-on-heroku</li>
205+
<li>Using MyBinder</li>
206+
<li>Using Heroku</li>
202207
</ul>
203208
</section>
204209

205210
<section>
206-
<p>GitHub repositories</p>
211+
<p>Voilà GitHub repositories</p>
207212
<ul style="font-size: 25px;">
208213
<li>Voilà: github.com/voila-dashboards/voila</li>
209214
<li>Material design template: github.com/voila-dashboards/voila-material</li>
210-
<li>Material design template powered by VueJS : github.com/voila-dashboards/voila-vuetify</li>
215+
<li>Material design template powered by VueJS: github.com/voila-dashboards/voila-vuetify</li>
216+
<li>Slideshow template: github.com/voila-dashboards/voila-reveal</li>
211217
<li>Heroku deployment: github.com/voila-dashboards/voila-heroku</li>
212218
</ul>
213219
</section>
214220

215221
<section>
216-
<h2>The End</h2>
222+
<p>Interactive widgets GitHub repositories</p>
223+
<ul style="font-size: 25px;">
224+
<li>ipywidgets: github.com/jupyter-widgets/ipywidgets</li>
225+
<li>ipyleaflet: github.com/jupyter-widgets/ipyleaflet</li>
226+
<li>bqplot: github.com/Bloomberg/bqplot</li>
227+
<li>ipyvolume: github.com/maartenBreddels/ipyvolume</li>
228+
<li>ipycanvas: github.com/martinRenou/ipycanvas</li>
229+
</ul>
230+
</section>
231+
232+
<section>
233+
<h2>Questions</h2>
217234
</section>
218235
</div>
219236
</div>

0 commit comments

Comments
 (0)