From 73a0343cd3e196c90a41bbec5b0f9ce98d705cfe Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Fri, 31 Aug 2018 08:36:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d09656ee5..f185a4279 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To open `.py`, `.R`, `.md` and `.Rmd` files as notebooks in Jupyter, use our `Co - generate a jupyter config, if you don't have one yet, with `jupyter notebook --generate-config` - edit the config and include the below: ```python -c.NotebookApp.contents_manager_class = jupytext +c.NotebookApp.contents_manager_class = "jupytext.TextFileContentsManager" ``` Then, make sure you have the `jupytext` package up-to-date, and re-start jupyter, i.e. run