From 1552c5995593d4bb0ba3c89f94f53963e61086b1 Mon Sep 17 00:00:00 2001 From: Asko Soukka Date: Mon, 9 Dec 2019 23:05:45 +0200 Subject: [PATCH] Add to include jupyterlab-jupytext labextension (#61) --- README.md | 1 + scripts/__init__.py | 1 + 2 files changed, 2 insertions(+) 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", " " ),