Open
Description
when I try testing a javascript notebook, all cells fail with
ERROR nbval-tests/22.04/javascript.ipynb::Cell 0 - KeyError: 'status'
that's how a cell looks like in the notebook – in case that helps
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/plain": [
"'v16.16.0'"
]
},
"execution_count": 1,
"metadata": {
},
"output_type": "execute_result"
}
],
"source": [
"process.version"
]
},
Metadata
Metadata
Assignees
Labels
No labels