mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-12 03:34:59 -04:00
Organize folders, add notebook readme
This commit is contained in:
parent
9b583d313c
commit
da1b22cf4a
21 changed files with 18 additions and 6 deletions
15
Notebooks/README.md
Normal file
15
Notebooks/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Jupyter Notebooks
|
||||
|
||||
### Installing
|
||||
|
||||
Install any dependences for [Jupyter](http://jupyter.readthedocs.io/en/latest/install.html):
|
||||
|
||||
```shell
|
||||
$ 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```.
|
Loading…
Add table
Add a link
Reference in a new issue