Skip to content

javascript not supported? #197

@haraldschilly

Description

@haraldschilly

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions