##// END OF EJS Templates
Merge pull request #2046 from jstenar/iptest-unicode...
Merge pull request #2046 from jstenar/iptest-unicode iptest unicode - fix space in path issue for iptest when using --with-xunit - fix unicode issue in path for iptest closes #760

File last commit:

r7212:c5f6833d
r7734:bb4488ab merge
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": []
}
]
}
]
}