https://github.com/marketsquare/jupyterlab_robotmode
Robot mode for Jupyterlab
https://github.com/marketsquare/jupyterlab_robotmode
Last synced: 11 months ago
JSON representation
Robot mode for Jupyterlab
- Host: GitHub
- URL: https://github.com/marketsquare/jupyterlab_robotmode
- Owner: MarketSquare
- License: bsd-3-clause
- Created: 2020-12-04T11:23:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T14:33:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T01:32:27.725Z (over 1 year ago)
- Language: TypeScript
- Size: 389 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarketSquare jupyterlab_robotmode
[![binder-badge]][binder] [![pypi-badge]][pypi] [![conda-badge]][conda]
[![npm-badge]][npm]
A JupyterLab extension which adds CodeMirror mode for Robot Framework syntax
![a screenshot of JupyterLab with Robot Framework files and launchers][screenshot]
## Prerequisites
- JupyterLab
## Installation
### For JupyterLab>3
> **Note**: Support for JupyterLab 4 and Notebook 7 is in the planning stage: see
> discussion on [#14].
```bash
pip install jupyterlab_robotmode
```
or
```bash
conda install jupyterlab_robotmode -c conda-forge
```
### For JupyterLab <=2
> **Note**: This will pull a significantly older, unmaintained version of the extension.
```bash
jupyter labextension install @marketsquare/jupyterlab_robotmode
```
[binder-badge]: https://mybinder.org/badge_logo.svg
[binder]: https://mybinder.org/v2/gh/MarketSquare/jupyterlab_robotmode/HEAD?urlpath=lab
[pypi]: https://pypi.org/project/jupyterlab-robotmode
[pypi-badge]: https://img.shields.io/pypi/v/jupyterlab_robotmode
[npm-badge]: https://img.shields.io/npm/v/@marketsquare/jupyterlab_robotmode
[npm]: https://www.npmjs.com/package/@marketsquare/jupyterlab_robotmode
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/jupyterlab_robotmode
[conda]: https://anaconda.org/conda-forge/jupyterlab_robotmode
[screenshot]:
https://user-images.githubusercontent.com/45380/162342746-48561188-5859-4469-8634-3c4fd13cdef5.png
[#14]: https://github.com/MarketSquare/jupyterlab_robotmode/issues/14