A repo to document the tutorials/rants/discussions/musings at the coder's forum
Links: Scratchpad, Topics
To contribute:
-
Run a notebook server locally and fill a notebook with wisdom.
-
Clone this directory locally and change your working directory to it:
git clone https://github.com/nih-fmrif/coders_forum.git
cd coders_forum
- If the target directory does not exist in the repository make it (notebooks should be placed in a directory by the name YYYY_MM):
mkdir 2019_04
- If you haven't already, install gitautopush:
pip install gitautopush
- Run gitautopush to sync your notebook to the repository. When finished, stop gitautopush. Remember to use the "--out-name" option of gitautopush:
gitautopush path/to/local/notebook.ipynb --out-name 2019_04/demo_notebook.ipynb