The source project of this merge request has been removed.
fixed typo: notbook-splitter -> notebook splitter
Compare changes
+ 1
− 1
@@ -34,7 +34,7 @@ Since Notebooks are just JSON, I wrote a small parser in Python which suits my n
@@ -34,7 +34,7 @@ Since Notebooks are just JSON, I wrote a small parser in Python which suits my n
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:
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: