mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-10 02:35:26 -04:00
362 B
362 B
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
.