@marketsquare/jupyterlab_robotmode

A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax

Usage no npm install needed!

<script type="module">
  import marketsquareJupyterlabRobotmode from 'https://cdn.skypack.dev/@marketsquare/jupyterlab_robotmode';
</script>

README

MarketSquare jupyterlab_robotmode

A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax

Prerequisites

  • JupyterLab

Installation

jupyter labextension install @marketsquare/jupyterlab_robotmode

Development

For a development install, do the following in the repository directory:

jlpm install
jlpm run build
jupyter labextension install .