Skip to content

Commit

Permalink
Mention jupyter_config.json in Binder docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 30, 2019
1 parent edcddec commit 3fd393d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/source/deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,26 @@ being used for reproducible research, making it an excellent fit for deploying V
the server will be able to start within a few seconds.


Customizing Voila on Binder
***************************

To specify different options (such as the theme and template), create a
``jupyter_config.json`` file at the root of the repository with the following content:


.. code:: json
{
"VoilaConfiguration": {
"theme": "dark",
"template": "gridstack"
}
An example can be found in the
`voila-demo <https://github.com/maartenbreddels/voila-demo>`__ repository.
Deployment on Heroku
--------------------
Expand Down

0 comments on commit 3fd393d

Please sign in to comment.