-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add a note about notebook classic in the section about the jupyt…
…ext menu
- Loading branch information
1 parent
e3639c7
commit 9bedfb7
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,11 @@ jupyter labextension install [email protected] # for JupyterLab 1.x | |
|
||
## Jupytext menu in Jupyter Notebook | ||
|
||
*Note*: as of this writing (version 1.15.1) this section **applies only to | ||
notebook classic**, i.e. Jupyter Notebook 6.x and below. See [PR | ||
#1095](https://github.com/mwouts/jupytext/issues/1095) where we discuss how to | ||
add a Jupytext menu to Jupyter Lab and Notebook 7.x. | ||
|
||
Jupytext includes an extensions for Jupyter Notebook that adds a Jupytext section in the File menu. | ||
|
||
![](images/jupytext_menu.png) | ||
|