Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Aug 16, 2018
1 parent a93dcd6 commit f101ef1
Show file tree
Hide file tree
Showing 9 changed files with 661 additions and 120 deletions.
7 changes: 5 additions & 2 deletions doc/buffer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"outputs": [],
"source": [
"import sys\n",
"sys.path.append('../')"
"sys.path.append('../')\n",
"\n",
"# import os\n",
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
Expand Down Expand Up @@ -357,7 +360,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 15,
"metadata": {},
"outputs": [
{
Expand Down
9 changes: 6 additions & 3 deletions doc/channel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"outputs": [],
"source": [
"import sys\n",
"sys.path.append('../')"
"sys.path.append('../')\n",
"\n",
"# import os\n",
"# os.environ['PYTHONASYNCIODEBUG'] = '1'"
]
},
{
Expand All @@ -34,7 +37,7 @@
{
"data": {
"text/plain": [
"Chan<_unk_0 4559638912>"
"Chan<_unk_0 140293570274496>"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -564,7 +567,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f101ef1

Please sign in to comment.