diff --git a/README.md b/README.md index de8e0f4..fab2ff4 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ get to the Good Stuff of running Robot notebooks and not spend a bunch of time debugging `nodejs` and `webpack`, we've added a few choice JupyterLab extensions: - `jupyterlab_robotmode`: syntax highlighting for Robot Framework +- `jupyterlab-jupytext`: ipynb/text pairing for your notebook - `@jupyterlab/toc`: a table of contents pane for Markdown headers - `@jupyter-widgets/jupyterlab-manager`: because widgets are always good diff --git a/scripts/__init__.py b/scripts/__init__.py index 8fcc964..da146cd 100644 --- a/scripts/__init__.py +++ b/scripts/__init__.py @@ -42,6 +42,7 @@ @jupyterlab/toc@1.0.1 @jupyter-widgets/jupyterlab-manager@1.1.0 jupyterlab_robotmode@2.4.0 +jupyterlab-jupytext@1.1.0 """.replace( "\n", " " ),