##// END OF EJS Templates
rebuild example notebooks...
rebuild example notebooks * no longer reference left panel * no longer suggest starting the notebook with `--pylab`.

File last commit:

r7739:dff285da
r7739:dff285da
Show More
directview.ipynb
45 lines | 763 B | text/plain | TextLexer
Brian Granger
Moving direct view widget to docs/examples.
r7211 {
"metadata": {
"name": "directview"
},
"nbformat": 3,
MinRK
rebuild example notebooks...
r7739 "nbformat_minor": 0,
Brian Granger
Moving direct view widget to docs/examples.
r7211 "worksheets": [
{
"cells": [
{
"cell_type": "code",
MinRK
rebuild example notebooks...
r7739 "collapsed": false,
Brian Granger
Moving direct view widget to docs/examples.
r7211 "input": [
MinRK
rebuild example notebooks...
r7739 "from directview import interact\n",
Brian Granger
Update directview.ipynb & allowing no-callbacks in kernel.execute.
r7212 "from IPython.parallel import Client"
],
"language": "python",
MinRK
rebuild example notebooks...
r7739 "metadata": {},
Brian Granger
Update directview.ipynb & allowing no-callbacks in kernel.execute.
r7212 "outputs": []
},
{
"cell_type": "code",
MinRK
rebuild example notebooks...
r7739 "collapsed": false,
Brian Granger
Update directview.ipynb & allowing no-callbacks in kernel.execute.
r7212 "input": [
MinRK
rebuild example notebooks...
r7739 "c = Client()\n",
Brian Granger
Update directview.ipynb & allowing no-callbacks in kernel.execute.
r7212 "dv = c[:]"
],
"language": "python",
MinRK
rebuild example notebooks...
r7739 "metadata": {},
Brian Granger
Update directview.ipynb & allowing no-callbacks in kernel.execute.
r7212 "outputs": []
},
{
"cell_type": "code",
MinRK
rebuild example notebooks...
r7739 "collapsed": false,
Brian Granger
Update directview.ipynb & allowing no-callbacks in kernel.execute.
r7212 "input": [
"interact(dv)"
Brian Granger
Moving direct view widget to docs/examples.
r7211 ],
"language": "python",
MinRK
rebuild example notebooks...
r7739 "metadata": {},
Brian Granger
Moving direct view widget to docs/examples.
r7211 "outputs": []
}
MinRK
rebuild example notebooks...
r7739 ],
"metadata": {}
Brian Granger
Moving direct view widget to docs/examples.
r7211 }
]
}