tensorflow-for-deep-learnin.../machine_learning_examples/ml_notebooks/README.md
2019-10-27 15:05:11 -07:00

439 B

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.