We are currently splitting notebook code by line and checking each line to see
if it's magic (!pip install "...", for instance). This fails if there are
multiline strings containing what look like magic lines. Fortunately jupytext
provides a python parser than can differentiate these out of the box.
See #72.
We are currently splitting notebook code by line and checking each line to see if it's magic (
!pip install "..."
, for instance). This fails if there are multiline strings containing what look like magic lines. Fortunatelyjupytext
provides a python parser than can differentiate these out of the box.