Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72f9faf

Browse filesBrowse files
authored
Fix links in the index notebook (empa-scientific-it#305)
1 parent c0aa0a6 commit 72f9faf
Copy full SHA for 72f9faf

File tree

Expand file treeCollapse file tree

1 file changed

+18
-18
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+18
-18
lines changed

‎00_index.ipynb

Copy file name to clipboardExpand all lines: 00_index.ipynb
+18-18Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@
66
"source": [
77
"# Introduction\n",
88
"\n",
9-
"- [Introduction to the tutorial](./00-intro.ipynb)\n",
9+
"- [Introduction to the tutorial](./00_intro.ipynb)\n",
1010
"\n",
1111
"# Basic Tutorial\n",
1212
"\n",
13-
"- [Basic datatypes](./01-basic_datatypes.ipynb)\n",
14-
"- [Control Flow](./02-control_flow.ipynb)\n",
15-
"- [Functions](./03-functions.ipynb)\n",
16-
"- [Input-Output](./04-input_output.ipynb)\n",
17-
"- [Object-oriented programming](./05-object_oriented_programming.ipynb)\n",
18-
"- [Modules and packages](./06-modules_and_packages.ipynb)\n",
13+
"- [Basic datatypes](./01_basic_datatypes.ipynb)\n",
14+
"- [Control Flow](./02_control_flow.ipynb)\n",
15+
"- [Functions](./03_functions.ipynb)\n",
16+
"- [Input-Output](./04_input_output.ipynb)\n",
17+
"- [Object-oriented programming](./05_object_oriented_programming.ipynb)\n",
18+
"- [Modules and packages](./06_modules_and_packages.ipynb)\n",
1919
"\n",
2020
"# Advanced tutorial\n",
2121
"\n",
22-
"- [Manage Python project](./10-manage_python_project.ipynb)\n",
23-
"- [Functional programming](./11-functional_programming.ipynb)\n",
24-
"- [Advanced functions](./12-functions_advanced.ipynb)\n",
25-
"- [Advanced Object-oriented programming](./13-object_oriented_programming_advanced.ipynb)\n",
22+
"- [Manage Python project](./10_manage_python_project.ipynb)\n",
23+
"- [Functional programming](./11_functional_programming.ipynb)\n",
24+
"- [Advanced functions](./12_functions_advanced.ipynb)\n",
25+
"- [Advanced Object-oriented programming](./13_object_oriented_programming_advanced.ipynb)\n",
2626
"\n",
2727
"# Libraries\n",
2828
"\n",
29-
"- [Matplotlib](./20-library_matplotlib.ipynb)\n",
30-
"- [NumPy](./21-library_numpy.ipynb)\n",
31-
"- [scikit-learn](./22-library_sklearn.ipynb)\n",
32-
"- [SciPy](./23-library_scipy.ipynb)\n",
33-
"- [Pandas](./24-library_pandas.ipynb)\n",
29+
"- [Matplotlib](./20_library_matplotlib.ipynb)\n",
30+
"- [NumPy](./21_library_numpy.ipynb)\n",
31+
"- [scikit-learn](./22_library_sklearn.ipynb)\n",
32+
"- [SciPy](./23_library_scipy.ipynb)\n",
33+
"- [Pandas](./24_library_pandas.ipynb)\n",
3434
"\n",
3535
"# Additional Topics\n",
3636
"\n",
37-
"- [Parallelism and concurrency in Python](./14-threads.ipynb)\n"
37+
"- [Parallelism and concurrency in Python](./14_threads.ipynb)\n"
3838
]
3939
}
4040
],
@@ -54,7 +54,7 @@
5454
"name": "python",
5555
"nbconvert_exporter": "python",
5656
"pygments_lexer": "ipython3",
57-
"version": "3.12.0"
57+
"version": "3.10.10"
5858
}
5959
},
6060
"nbformat": 4,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.