mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-10 10:45:04 -04:00
Update README.md
This commit is contained in:
parent
d8c66e38c4
commit
c2de77c613
1 changed files with 11 additions and 1 deletions
|
@ -9,7 +9,17 @@ $ apt-get install build-essential python3-dev
|
|||
$ pip install jupyter
|
||||
```
|
||||
|
||||
### Running
|
||||
|
||||
On the notebook directory:
|
||||
|
||||
```shell
|
||||
$ 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```.
|
||||
* 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```.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue