Skip to content

Commit

Permalink
binders
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Aug 25, 2018
1 parent 590c14e commit f097b33
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/buffer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fbuffer.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/channel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fchannel.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/combine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fcombine.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/concurrency.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fconcurrency.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/coroutine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fcoroutine.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/csp.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fcsp.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fmethods.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/parallel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fparallel.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/quick.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fquick.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
7 changes: 7 additions & 0 deletions doc/select.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: you can try this tutorial in [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/zh217/aiochan/master?filepath=doc%2Fselect.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit f097b33

Please sign in to comment.