Skip to content

Commit

Permalink
Update template.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Sep 1, 2016
1 parent f12d193 commit 5ab0731
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions doc/examples/template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@
"cell_type": "code",
"execution_count": 17,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [
{
Expand All @@ -1048,38 +1048,46 @@
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"list(v)"
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"v[0]"
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"v[0] = -2\n",
"v[0]"
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"vector.Int([0, 1])"
]
Expand All @@ -1088,7 +1096,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
Expand Down

0 comments on commit 5ab0731

Please sign in to comment.