We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00701c0 commit 1552c59Copy full SHA for 1552c59
README.md
@@ -126,6 +126,7 @@ get to the Good Stuff of running Robot notebooks and not spend a bunch of time
126
debugging `nodejs` and `webpack`, we've added a few choice JupyterLab extensions:
127
128
- `jupyterlab_robotmode`: syntax highlighting for Robot Framework
129
+- `jupyterlab-jupytext`: ipynb/text pairing for your notebook
130
- `@jupyterlab/toc`: a table of contents pane for Markdown headers
131
- `@jupyter-widgets/jupyterlab-manager`: because widgets are always good
132
scripts/__init__.py
@@ -42,6 +42,7 @@
42
@jupyterlab/toc@1.0.1
43
@jupyter-widgets/jupyterlab-manager@1.1.0
44
jupyterlab_robotmode@2.4.0
45
+jupyterlab-jupytext@1.1.0
46
""".replace(
47
"\n", " "
48
),
0 commit comments