Jupyter Notebooks on AWS

jupyter serverextension enable –py nbdime –sys-prefix # if developing for jupyter notebook jupyter server extension enable nbdime # if developing for jupyter lab or nbclassic ... Note that this button will only be visible if the notebook is currently in a git repository. Clicking the checkpoint button will similarly show the diff between ... ................
................