You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afterwards, you should be able to run the provided notebooks.
@@ -97,22 +104,21 @@ Afterwards, you should be able to run the provided notebooks.
97
104
98
105
After installing the package
99
106
100
-
You can start the jupyterlab in the terminal, and it will start a browser automatically
107
+
You can start the jupyter notebook in the terminal, and it will start a browser automatically
101
108
102
109
```bash
103
-
jupyter lab
110
+
python -m jupyter notebook
104
111
```
105
112
106
113
Alternatively, you can use supported Editor to run the jupyter notebooks, e.g. with VS Code.
107
114
108
-
##Citing the tutorial
115
+
### Jupyter Notebooks
109
116
110
-
This tutorial is published in [Zenodo](https://zenodo.org/) with a DOI for each code release.
117
+
Use `cmd+Enter` to execute one cell block
111
118
119
+
## Citing the tutorial
120
+
This tutorial is registered [Zenodo](https://zenodo.org/), which means that there is a DOI for each code release.
112
121
Please use this DOI when citing this code:
113
122
114
123
## Disclaimer
115
-
116
124
The content of this repository was developed by the [AI4Accelerators team](https://www.ibpt.kit.edu/AI4Accelerators.php) at the [Institute of Beam Physics and Technology (IBPT)](https://www.ibpt.kit.edu/), [Karlsruhe Institute of Technology](https://www.kit.edu/english/).
117
-
118
-
The ARES environment was adapted from the original version, developed by [Jan Kaiser](https://github.com/jank324).
0 commit comments