jupyter_ascending

pip install jupyter_ascending
jupyter nbextension install --py --sys-prefix jupyter_ascending
jupyter nbextension     enable jupyter_ascending --sys-prefix --py
jupyter serverextension enable jupyter_ascending --sys-prefix --py

# start sync
python -m jupyter_ascending.scripts.make_pair --base examples/test
Unusual Unicorn