Wiki source code of Documentation
Last modified by villemai on 2020/01/28 16:19
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | == Working on notebooks == | ||
| 2 | |||
| 3 | === Creating a notebook === | ||
| 4 | |||
| 5 | === Sharing a notebook === | ||
| 6 | |||
| 7 | === Sharing data === | ||
| 8 | |||
| 9 | |||
| 10 | == Server Image == | ||
| 11 | |||
| 12 | The notebook server image is based on Centos 7. | ||
| 13 | |||
| 14 | === Installed packages === | ||
| 15 | |||
| 16 | ==== Simulators: ==== | ||
| 17 | |||
| 18 | * Nest: 2.18 | ||
| 19 | * Neuron: 7.7 | ||
| 20 | * TVB: | ||
| 21 | |||
| 22 | ==== Scientific packages: ==== | ||
| 23 | |||
| 24 | You can run the following code in a notebook to see the installed packages. | ||
| 25 | |||
| 26 | {{code}}!pip list{{/code}} | ||
| 27 | |||
| 28 | == Support == | ||
| 29 | |||
| 30 | TBA |