tensorflow-for-deep-learnin.../Notebooks
2016-08-14 10:10:38 -07:00
..
README.md Organize folders, add notebook readme 2016-08-14 10:10:38 -07:00

Jupyter Notebooks

Installing

Install any dependences for Jupyter:

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

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.