From f9f99fe3bcdceef2e6b57fbb0247efb43e496095 Mon Sep 17 00:00:00 2001 From: Tangosys on dop491 <tangosys@example.com> Date: Wed, 13 Oct 2021 12:09:01 +0000 Subject: [PATCH] Added a README.md to explain how to commit changes from Jupyter --- Jupyter_Pages/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Jupyter_Pages/README.md diff --git a/Jupyter_Pages/README.md b/Jupyter_Pages/README.md new file mode 100644 index 0000000..1eb758e --- /dev/null +++ b/Jupyter_Pages/README.md @@ -0,0 +1,13 @@ +# Committing changes from Jupyter + +To commit updates when running this from a station's Jupyter Notebook, do: + + ssh tangosys@station + cd git/tango/jupyter-notebooks/python_test_scripts/Jupyter_Pages + +And then commit changes: + + git add <notebook>.ipynb # add file to commit list + git commit -m "i added this very cool notebook update" + +If you cannot login as lofarsys, ask for your public key to be added to `~tangosys/.ssh/authorized_keys`. -- GitLab