3.0.2 • Published 4 years ago

jupyterlab_robotmode v3.0.2

Weekly downloads
28
License
BSD-3-Clause
Repository
github
Last release
4 years ago

jupyterlab_robotmode

A JupyterLab extensions, which adds CodeMirror mode for Robot Framework syntax

Prerequisites

  • JupyterLab

Installation

To install using pip:

jupyter labextension install jupyterlab_robotmode

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension link .

Changelog

3.0.2 (2020-04-17)

  • Loosen dependencies for Jupyterlab to better support Binder

3.0.0 (2020-04-17)

  • Package for Jupyterlab 2.x

2.4.0 (2019-09-12)

  • Fix compatibility with JupyterLab 1.0

2.3.1 (2019-03-06)

  • Fix highlighting mode label to match robotkernel's

2.3.0 (2019-03-05)

2.2.0 (2019-01-29)

  • Add to highlight : as operator in keyword arguments to better highligh SeleniumLibrary locators

2.1.1 (2019-01-29)

  • Fix packaging issue in 2.1.0

2.1.0 (2019-01-29)

2.0.3 (2019-01-20)

  • Loosen jupyterlab version requirements

2.0.0 (2019-01-20)

1.1.1 (2019-01-11)

  • Fix ssue where only the first variable in cell was highlighted

1.1.0 (2018-01-04)

  • Add to highlight variables
  • Add to highlight ELSE
  • Add to highlight keywords after variable assignments
  • Add to highlight = operator
3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago