We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba11d5f + 62bee64 commit da9bbe7Copy full SHA for da9bbe7
docs/source/customize.rst
@@ -14,6 +14,18 @@ Customizing Voilà
14
There are many ways you can customize Voilà to control the look and feel
15
of the dashboards you create.
16
17
+Changing the theme
18
+==================
19
+
20
+By default, Voilà uses the **light** theme, but you can set the theme to **dark** by passing
21
+the following option:
22
23
+.. code-block:: bash
24
25
+ voila <path-to-notebook> --theme=dark
26
27
+Currently, Voilà supports only **light** and **dark** themes.
28
29
Controlling the nbconvert template
30
==================================
31
0 commit comments