examples/opennucleome.md
... ...
@@ -29,16 +29,16 @@ git clone https://github.com/ZhangGroup-MITChemistry/OpenNucleome.git
29 29
30 30
## configs_generation  
31 31
cd ./OpenNucleome/tutorials/init_configs/configs_generation/
32
-jupyter.opennucleome nbconvert --to script  ConfigsGeneration.ipynb
32
+jupyter.opennucleome nbconvert --to python ConfigsGeneration.ipynb
33 33
python.opennucleome ./ConfigsGeneration.py
34 34
35 35
## configs_relaxation  
36 36
cd ../configs_relaxation/
37
-jupyter.opennucleome nbconvert --to script ConfigsRelaxation.ipynb
37
+jupyter.opennucleome nbconvert --to python ConfigsRelaxation.ipynb
38 38
python.opennucleome ./ConfigsRelaxation.py
39 39
40 40
## configs_selection
41 41
cd ../configs_selection
42
-jupyter.opennucleome nbconvert --to script ConfigsSelection.ipynb
42
+jupyter.opennucleome nbconvert --to python ConfigsSelection.ipynb
43 43
python.opennucleome ./ConfigsSelection.py
44 44
```
... ...
\ No newline at end of file