You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
580 B
38 lines
580 B
{
|
|
"metadata": {
|
|
"name": "directview"
|
|
},
|
|
"nbformat": 3,
|
|
"worksheets": [
|
|
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"input": [
|
|
"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)"
|
|
],
|
|
"language": "python",
|
|
"outputs": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |