Skip to content
Snippets Groups Projects
Commit f9f99fe3 authored by Tangosys on dop491's avatar Tangosys on dop491
Browse files

Added a README.md to explain how to commit changes from Jupyter

parent bda3c387
No related branches found
No related tags found
No related merge requests found
# 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`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment