##// END OF EJS Templates
avoid references to fiel out of directory...
avoid references to fiel out of directory request for packaging, it would be nice for example not to reference files outside of exampel directory copy ../../_static/logo.png in logo/logo.png use subfolder for demo purpose of targetting subfolder in demo notebook

File last commit:

r7739:dff285da
r9992:713f1db0
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 }
]
}