"from GP_custom_gen import GaussianProcess3 as GPvec"
]
},
"output": {
"state": {},
"selectedType": "BeakerDisplay",
"pluginName": "Python3",
"shellId": "F98F513C217F4384914776DDF2E4000E",
"elapsedTime": 593
},
"evaluatorReader": true,
"lineCount": 1
},
{
"id": "code4azqE8",
"type": "code",
"evaluator": "Python3",
"input": {
"body": [
"import IPython",
"from ipywidgets import widgets",
"",
"def f(x):",
" return x",
"",
"widgets.interact(f, x=10);",
""
]
},
"output": {
"state": {},
"result": {
"type": "Results",
"outputdata": [
{
"type": "err",
"value": "Widget Javascript not detected. It may not be installed properly. Did you enable the widgetsnbextension? If not, then run \"jupyter nbextension enable --py --sys-prefix widgetsnbextension\"\n"