diff --git a/7_ifc/README.md b/7_ifc/README.md new file mode 100644 index 0000000000000000000000000000000000000000..558001f4a45949e552317eab54dffdd5ebfe3336 --- /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 0000000000000000000000000000000000000000..59fc4d63d6e81f3e347ba5b0b9e19c6cc663672c --- /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 0000000000000000000000000000000000000000..5126f8bcdbccf59a1a4f5b92d172cafd73de5052 --- /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.