Browse Source

Improve documentation text

Frank/Phenom 4 years ago
parent
commit
268fe3cbca
1 changed files with 6 additions and 5 deletions
  1. 6 5
      readme.md

+ 6 - 5
readme.md

@@ -30,10 +30,11 @@ settings_som02.cfg contains default simulation parameters that can be overwritte
 
 ## Running via Jupyter noteooks
 
-`start_jupyter.sh` starts jupyter notebook in subdirectory `python`.
-The notebook `python/ipynb/run_objsim_with_gaussian_input.ipynb` 
-Before you must provide a shell script in `env/activate_python_env.sh` to setup your python environment.
-You can use `env/activate_python_env_EXAMPLE.sh` as an example.
+After compiling, simulations can also be started and evaluated from jupyter notebooks.
 
-`python/ipynb/calc_maps.ipynb` demonstrates how to load simulation data and calculate topographic maps.
+  - Before you must provide a shell script in `env/activate_python_env.sh` to setup your python environment.
+You can use `env/activate_python_env_EXAMPLE.sh` as an example.
+  - `start_jupyter.sh` starts jupyter notebook in subdirectory `python`.
+  - The notebook `python/ipynb/run_objsim_with_gaussian_input.ipynb` can be used to run som02.cpp
+  - `python/ipynb/calc_maps.ipynb` demonstrates how to load simulation data and calculate topographic maps.