mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
rebuild example notebooks
* no longer reference left panel * no longer suggest starting the notebook with `--pylab`.
This commit is contained in:
parent
b8d1bbffaa
commit
bc1ea4dfbc
@ -3,36 +3,44 @@
|
||||
"name": "directview"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": [
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [
|
||||
"from directview import interact",
|
||||
"from directview import interact\n",
|
||||
"from IPython.parallel import Client"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [
|
||||
"c = Client()",
|
||||
"c = Client()\n",
|
||||
"dv = c[:]"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": []
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
"input": [
|
||||
"interact(dv)"
|
||||
],
|
||||
"language": "python",
|
||||
"metadata": {},
|
||||
"outputs": []
|
||||
}
|
||||
]
|
||||
],
|
||||
"metadata": {}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user