We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" ] },
The text was updated successfully, but these errors were encountered:
Probably coming from this line:
nbval/nbval/kernel.py
Line 167 in d7bc348
I would guess that can be relaxed with a .get() - do you want to make PR?
.get()
Sorry, something went wrong.
Yes, that looks like where this is coming from. No to the PR, sorry 🏃 🙈
No branches or pull requests
when I try testing a javascript notebook, all cells fail with
that's how a cell looks like in the notebook – in case that helps
The text was updated successfully, but these errors were encountered: