Metadata-Version: 2.1
Name: jupyterlab_robotmode
Version: 0.2.0
Summary: A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax
Home-page: https://github.com/MarketSquare/jupyterlab_robotmode
Author: MarketSquare
License: BSD-3-Clause
Description: # MarketSquare jupyterlab_robotmode
        
        A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax
        
        
        ## Prerequisites
        
        * JupyterLab
        
        ## Installation
        
        ### For JupyterLab 3
        
        ```bash
        pip install jupyterlab_robotmode
        ```
        
        ### For JupyterLab <=2
        
        ```bash
        jupyter labextension install @marketsquare/jupyterlab_robotmode
        ```
        
Keywords: Jupyter,JupyterLab
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
