tensorflow-for-deep-learnin.../Notebooks
Marina von Steinkirch c2de77c613 Update README.md
2016-10-12 11:47:20 -07:00
..
learning_from_unbalanced_clases.ipynb Some improvements in README 2016-09-27 14:31:03 -07:00
README.md Update README.md 2016-10-12 11:47:20 -07:00

Jupyter Notebooks

Installing

Install any dependences for Jupyter:

$ apt-get install build-essential python3-dev
$ pip install jupyter

Running

On the notebook directory:

$ jupyter notebook

Basics

  • A notebook is made up of a number of cells with Python code. You can execute a cell by clicking on it and pressing Shift-Enter.