Skip to content

Commit 1552c59

Browse files
authored
Add to include jupyterlab-jupytext labextension (#61)
1 parent 00701c0 commit 1552c59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ get to the Good Stuff of running Robot notebooks and not spend a bunch of time
126126
debugging `nodejs` and `webpack`, we've added a few choice JupyterLab extensions:
127127

128128
- `jupyterlab_robotmode`: syntax highlighting for Robot Framework
129+
- `jupyterlab-jupytext`: ipynb/text pairing for your notebook
129130
- `@jupyterlab/toc`: a table of contents pane for Markdown headers
130131
- `@jupyter-widgets/jupyterlab-manager`: because widgets are always good
131132

scripts/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
@jupyterlab/[email protected]
4343
@jupyter-widgets/[email protected]
4444
45+
4546
""".replace(
4647
"\n", " "
4748
),

0 commit comments

Comments
 (0)