Skip to content
Snippets Groups Projects
Commit d9915546 authored by Andreas Herten's avatar Andreas Herten
Browse files

Merge branch 'badwaik1-2021-patch-37222' into '2021'

fixed typo: notbook-splitter -> notebook splitter

See merge request !1
parents 07d53fc7 79e2e11c
No related branches found
No related tags found
1 merge request!1fixed typo: notbook-splitter -> notebook splitter
Pipeline #97318 passed
......@@ -34,7 +34,7 @@ Since Notebooks are just JSON, I wrote a small parser in Python which suits my n
It works by providing *tags* of cells to `keep` and *tags* of cells to `remove`. For instance,
```bash
notbook-splitter $< --keep task --keep solution --remove nopresentation
notebook-splitter $< --keep task --keep solution --remove nopresentation
```
would look into Notebook cells and keep those which are *tagged* `task` or `solution` and remove those which are tagged `nopresentation`. One special tag for removal exists, `all`, which removes everything except what's marked to keep. A tag in the sense used here is a value to a JSON key in the cell's metadata, which is per default `"exercise"` (but can be selected via `--basekey`. Example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment