From f82a86f790b501ae2037e064a6e5e3c264bc8ea3 Mon Sep 17 00:00:00 2001 From: Walter Obweger Date: Sun, 16 Jun 2019 20:59:38 +0200 Subject: [PATCH] add py --- 7_ifc/README.md | 12 ++++++++++++ 7_ifc/py/README.md | 4 ++++ 7_ifc/py/jupyter.md | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 7_ifc/README.md create mode 100644 7_ifc/py/README.md create mode 100644 7_ifc/py/jupyter.md diff --git a/7_ifc/README.md b/7_ifc/README.md new file mode 100644 index 0000000..558001f --- /dev/null +++ b/7_ifc/README.md @@ -0,0 +1,12 @@ +## ifc interface + +this section covers interface topics. + +### python ++ [cheat sheet][pyCheatSheet] ++ [jupyter notebook tut][jpynbData] ++ [howto](./py/README.md) + +[pyCheatSheet]: https://gto76.github.io/python-cheatsheet/ + +[jpynbData]: https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook \ No newline at end of file diff --git a/7_ifc/py/README.md b/7_ifc/py/README.md new file mode 100644 index 0000000..59fc4d6 --- /dev/null +++ b/7_ifc/py/README.md @@ -0,0 +1,4 @@ +# python + ++ [anaconda](https://www.anaconda.com/distribution/), extensive data science related distribution ++ [jupyter](./jupyter.md) diff --git a/7_ifc/py/jupyter.md b/7_ifc/py/jupyter.md new file mode 100644 index 0000000..5126f8b --- /dev/null +++ b/7_ifc/py/jupyter.md @@ -0,0 +1,16 @@ +## jupyter notebook + +combine source and pretty documentation in one file + +**Jupyter** loose acronym meaning ++ Julia ++ Python ++ R + + +register on docker hub +login +https://hub.docker.com +install Docker Desktop + +:bulb: Docker Desktop uses Hyper-V, but Hyper-V and VMWare Workstation don't go well together. -- GitLab