@marketsquare/jupyterlab_robotmode
v0.1.0
Published
A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax
Readme
MarketSquare jupyterlab_robotmode
A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax
Prerequisites
- JupyterLab
Installation
jupyter labextension install @marketsquare/jupyterlab_robotmodeDevelopment
For a development install, do the following in the repository directory:
jlpm install
jlpm run build
jupyter labextension install .