Commit dbd7a594 authored by Carsten Schirnick's avatar Carsten Schirnick
Browse files

Add links to README

parent 1684af24
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -95,3 +95,22 @@ To de-activate the environment, use:
source deactivate 
```

### Recommended readings - more stuff to read and learn Git and Jupyter Notebooks

#### Git tutorials

[Official site - full documentation]( http://www.git-scm.com/doc )

[Atlassian - highly recommended and very well written tutorials]( https://www.atlassian.com/git/ )


#### Jupyter Notebook

[Jupyter Notebook - official site]( http://jupyter.org/ )

[Jupyter documentation]( https://jupyter.readthedocs.io/en/latest/index.html )

[Jupyter Notebook Gallery - interesting Jupyter Notebooks…]( https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks )

[Jupyter kernels - other languages]( https://github.com/jupyter/jupyter/wiki/Jupyter-kernels )