Skip to content

Commit 119f314

Browse files
committed
fix: return to the usage of mystmd markdown files even when describing jupyter notebook ipynb files
1 parent 4898197 commit 119f314

3 files changed

Lines changed: 27 additions & 76 deletions

File tree

020-Projekt_Taschenrechner/040-Jupyter_Notebooks.ipynb

Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
lang: de-DE
3+
numbering:
4+
heading_1: true
5+
heading_2: true
6+
title: true
7+
figure:
8+
template: Abb. %s
9+
jupyter:
10+
jupytext:
11+
text_representation:
12+
extension: .md
13+
format_name: markdown
14+
format_version: "1.3"
15+
jupytext_version: 1.17.3
16+
kernelspec:
17+
display_name: Selbstlernkurs_Python
18+
language: python
19+
name: python3
20+
---
21+
22+
# Jupyter Notebooks
23+
24+
```python
25+
print(2+2)
26+
```

toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project:
1414
- file: 020-Projekt_Taschenrechner/010-Python_REPL.md
1515
- file: 020-Projekt_Taschenrechner/020-Grundlegende_Mathematik.md
1616
- file: 020-Projekt_Taschenrechner/030-Python_Code_Dateien.md
17-
- file: 020-Projekt_Taschenrechner/040-Jupyter_Notebooks.ipynb
17+
- file: 020-Projekt_Taschenrechner/040-Jupyter_Notebooks.md
1818
- file: 020-Projekt_Taschenrechner/050-Ausführbare_Skripte.md
1919
- file: 020-Projekt_Taschenrechner/060-Taschenrechner.md
2020
- file: 020-Projekt_Taschenrechner/070-Aufgabe_Erweiterung.md

0 commit comments

Comments
 (0)