Update first_steps authored by Rémy Mozul's avatar Rémy Mozul
...@@ -22,7 +22,7 @@ jupyter notebook ...@@ -22,7 +22,7 @@ jupyter notebook
To read the notebooks, open a terminal there and run: To read the notebooks, open a terminal there and run:
```shell ```shell
jupyter-notebook-2.7 jupyter-notebook-3.8
``` ```
### Windows ### ### Windows ###
...@@ -54,7 +54,7 @@ is most time called *gen_sample.py* with the command: ...@@ -54,7 +54,7 @@ is most time called *gen_sample.py* with the command:
```shell ```shell
$> python gen_sample.py $> python gen_sample.py
``` ```
Or open the desired file in `Spyder` and execute the script (by clicking the little green button on the top toolbar or pressing F5). Or open the desired file in `Spyder` and execute the script (by clicking the little green button on the top toolbar or pressing F5). You may need to check in the `Tools/Preferences` menu that when pushing `run` button, then a new kernel is started.
You should now have a *DATBOX* directory containing all needed *.DAT* and *.INI* files. You should now have a *DATBOX* directory containing all needed *.DAT* and *.INI* files.
... ...
......