(nbsync)= # Sync notebooks / conversion of py and nb Jupyter notebooks have one significant drawback. They're complicated JSON files with lots of information about when cells were run and what the output looks like. This is useful if you want to open a notebook in the same state, but it makes them a pain to review in Gitlab. Because of this, before sending notebooks to Gitlab, we **convert them into normal Python files** using a Python package called [`jupytext`](https://jupytext.readthedocs.io/en/latest/index.html). For convenience, TorX provides a helper tool called `nbsync` which applies `jupytext` to the notebooks defined in `notebooks/notebooks_m.py`. Note that to use this tool, you must first have the TorX virtual environment activated: ```bash source