|
2 | 2 | title: Tutorials |
3 | 3 | layout: single |
4 | 4 | sidebar: |
5 | | - nav: "manual" |
| 5 | + nav: "start" |
6 | 6 | --- |
7 | 7 |
|
8 | | -ROOT offers a rich set of code examples that allow you to see ROOT's building blocks "in |
9 | | -action", as part of more complex programs. They are separated in two categories: C++ or |
10 | | -python scripts and Jupyter notebooks. |
| 8 | +ROOT offers a rich set of tutorials that allow you to see ROOT's building blocks "in action", |
| 9 | +as part of more complex programs. They are separated in two categories: C++ or python scripts |
| 10 | +and Jupyter notebooks. |
11 | 11 |
|
12 | 12 | The tutorials are available for all major ROOT releases. |
13 | | -**[These](https://root.cern/doc/master/group__Tutorials.html){:target="_blank"}** are the links |
14 | | -for the latest |
15 | | -git snapshot. All scripts are available also in the form of a **ROOTBook** which can be |
16 | | -visualized in |
17 | | -[NBViewer](https://nbviewer.jupyter.org/){:target="_blank"} or tried out interactively in |
18 | | -[SWAN](https://swan.web.cern.ch/){:target="_blank"}. |
19 | | -Just look for these badges: <img src="{{'/assets/images/notebook.gif' | relative_url}}" style="height:1em"> <img src="{{'/assets/images/badge_swan_white_150.png' | relative_url}}" style="height:1em"> |
| 13 | +**[These](https://root.cern/doc/master/group__Tutorials.html){:target="_blank"}** are the links for their |
| 14 | +latest version. Most tutorials are also available as ROOTBook which can |
| 15 | +be visualized in [NBViewer](https://nbviewer.jupyter.org/){:target="_blank"} or tried interactively in |
| 16 | +[SWAN](https://swan.web.cern.ch){:target="_blank"}. Such tutorials are marked with these badges: |
| 17 | +<img src="https://root.cern/doc/master/notebook.gif" alt="View in nbviewer" style="height:1em"> |
| 18 | +<img src="https://swanserver.web.cern.ch/swanserver/images/badge_swan_white_150.png" alt="Open in SWAN" style="height:1em"> |
20 | 19 |
|
| 20 | +Once you have [properly setup the ROOT environment]({{'manual/first_steps_with_root' | relative_url }}){:target="_blank"}, |
| 21 | +all the tutorials will be available on *your* machine in the `$ROOTSYS/tutorials` folder. |
| 22 | +You can then [execute/read the macros]({{'manual/first_steps_with_root/#root-macros' | relative_url }}) |
| 23 | +there to learn from the examples. Do not hesitate to comment out/ add code to these tutorials |
| 24 | +macros to learn interactively how ROOT works. |
| 25 | +Among the long list of tutorials you may want to start with: |
| 26 | +[histograms](https://root.cern/doc/master/group__tutorial__hist.html){:target="_blank"}, |
| 27 | +[graphs](https://root.cern/doc/master/group__tutorial__graphs.html){:target="_blank"}, |
| 28 | +[graphics](https://root.cern/doc/master/group__tutorial__graphics.html){:target="_blank"} and |
| 29 | +[trees](https://root.cern/doc/master/group__tutorial__tree.html){:target="_blank"}. |
0 commit comments