Browse code

use code formatting

Bas Nijholt authored on 09/01/2018 12:58:30
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ Check out the Adaptive [example notebook `learner.ipynb`](learner.ipynb) (or run
18 18
 Adaptive works with Python 3.5 and higher on Linux, Windows, or Mac, and provides optional extensions for working with the Jupyter/IPython Notebook.
19 19
 
20 20
 The recommended way to install adaptive is using `pip`:
21
-```
21
+```bash
22 22
 pip install https://gitlab.kwant-project.org/qt/adaptive/repository/master/archive.zip
23 23
 ```
24 24
 
... ...
@@ -27,7 +27,7 @@ pip install https://gitlab.kwant-project.org/qt/adaptive/repository/master/archi
27 27
 
28 28
 In order to not pollute the history with the output of the notebooks, please setup the git filter by executing
29 29
 
30
-```
30
+```bash
31 31
 git config filter.nbclearoutput.clean "jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --ClearOutputPreprocessor.remove_metadata_fields='[\"deletable\", \"editable\", \"collapsed\", \"scrolled\"]' --stdin --stdout"
32 32
 ```
33 33
 in the repository.