Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Aug 31, 2018
1 parent d9727bc commit 73a0343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73a0343

Please sign in to comment.