Skip to content

Commit

Permalink
minor fixes for Tutorial notebook (#31)
Browse files Browse the repository at this point in the history
* minor fixes for Tutorial notebook

* add option to launch hosted Jupyter notebook using binder

* render notebook to markdown because GitHub notebook renderer is slow and broken
  • Loading branch information
OriHoch authored and akariv committed Oct 17, 2018
1 parent e3609d9 commit 1f3c352
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 124 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all install list lint release test version
.PHONY: all install list lint release test version notebooks


PACKAGE := $(shell grep '^PACKAGE =' setup.py | cut -d "'" -f2)
Expand Down Expand Up @@ -26,3 +26,6 @@ test:

version:
@echo $(VERSION)

notebooks:
jupyter nbconvert *.ipynb --to markdown
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ Type "help", "copyright", "credits" or "license" for more information.

## Learn more

Dive into the [Tutorial](TUTORIAL.ipynb) to get a deeper glimpse into everything that `dataflows` can do.
Dive into the [Tutorial](TUTORIAL.md) to get a deeper glimpse into everything that `dataflows` can do.
Also review this list of [Built-in Processors](PROCESSORS.md), which also includes an API reference for each one of them.
Loading

0 comments on commit 1f3c352

Please sign in to comment.