diff --git a/Jupyter_Pages/README.md b/Jupyter_Pages/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1eb758e9fd01403404b436149265d6a6f8f6454b --- /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`.