Skip to content

Commit

Permalink
How to use Jupytext with JupyterLab 0.35
Browse files Browse the repository at this point in the history
Fixes #299
#276 #278
  • Loading branch information
mwouts committed Jul 20, 2019
1 parent 0b8ebf6 commit 69c9a68
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
---------------

1.2.1 (2019-07-20)
++++++++++++++++++++++

**Improvements**

- Documented how to use Jupytext with JupyterLab 0.35 (#299)

1.2.0 (2019-07-18)
++++++++++++++++++++++

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ The Jupytext extension for JupyterLab is bundled with Jupytext. Installing Jupyt
jupyter lab build
```

The version of the extension that is shipped with Jupytext requires JupyterLab 1.0. If you prefer to continue using JupyterLab in version 0.35, you should install the version 0.19 of the extension:
```
jupyter labextension install jupyterlab-jupytext@0.19
```

## Using Jupytext

### Paired notebooks in the Jupyter Server
Expand Down
5 changes: 5 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ The Jupytext extension for JupyterLab is bundled with Jupytext. Installing Jupyt
```
jupyter lab build
```

The version of the extension that is shipped with Jupytext requires JupyterLab 1.0. If you prefer to continue using JupyterLab in version 0.35, you should install the version 0.19 of the extension:
```
jupyter labextension install jupyterlab-jupytext@0.19
```

0 comments on commit 69c9a68

Please sign in to comment.