comparison README.md @ 63:dcc9eecfc666

Updated README
author Brendan Rius <brendan.rius@gmail.com>
date Thu, 10 Aug 2017 17:29:41 +0200
parents 775e15a2e2de
children 37ded774d876
comparison
equal deleted inserted replaced
62:775e15a2e2de 63:dcc9eecfc666
20 * `jupyter-notebook`. Enjoy! 20 * `jupyter-notebook`. Enjoy!
21 21
22 ## Example of notebook 22 ## Example of notebook
23 23
24 ![Example of notebook](example-notebook.png?raw=true "Example of notebook") 24 ![Example of notebook](example-notebook.png?raw=true "Example of notebook")
25
26 ## Custom compilation flags
27
28 You can use custom compilation flags like so:
29
30 ![Custom compulation flag](custom_flags.png?raw=true "Example of notebook using custom compilation flags")
31
32 Here, the `-lm` flag is passed so you can use the math library.
25 33
26 ## Contributing 34 ## Contributing
27 35
28 The docker image installs the kernel in editable mode, meaning that you can 36 The docker image installs the kernel in editable mode, meaning that you can
29 change the code in real-time in Docker. For that, just run the docker box like 37 change the code in real-time in Docker. For that, just run the docker box like