##// END OF EJS Templates
Skip octavemagic tests if oct2py is unavailable.
r7385:353e51a9
Show More
directview.ipynb
37 lines | 580 B | text/plain | TextLexer
Brian Granger
Moving direct view widget to docs/examples.
r7211 {
"metadata": {
"name": "directview"
},
"nbformat": 3,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"input": [
Brian Granger
Update directview.ipynb & allowing no-callbacks in kernel.execute.
r7212 "from directview import interact",
"from IPython.parallel import Client"
],
"language": "python",
"outputs": []
},
{
"cell_type": "code",
"input": [
"c = Client()",
"dv = c[:]"
],
"language": "python",
"outputs": []
},
{
"cell_type": "code",
"input": [
"interact(dv)"
Brian Granger
Moving direct view widget to docs/examples.
r7211 ],
"language": "python",
"outputs": []
}
]
}
]
}