-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add a section about extension in docs
- Loading branch information
1 parent
2cb470d
commit 36f2595
Showing
5 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Frontend extension | ||
|
||
Recent versions of Jupytext (`>=1.16.0`) ships frontend extension that enables users | ||
to create text notebooks and pair notebooks from main menu of JupyterLab 4 and | ||
Notebook 7. In addition, the frontend extension adds selected Jupytext text | ||
notebook formats to launcher in the `Jupytext` section so that users can launch text | ||
notebooks as they launch a regular notebook from JupyterLab launcher. | ||
|
||
## Launcher icons | ||
|
||
After installing Jupytext extension, users will have a new category in the launcher | ||
called Jupytext as shown below: | ||
|
||
![](images/jupyterlab_launcher.png) | ||
|
||
Users can remove and/or add new formats to the Jupytext section _via_ `Settings>Jupytext`. | ||
|
||
![](images/jupyterlab_settings.png) | ||
|
||
By clicking `Add` and adding a new format, say `qmd`, will | ||
add the Quatro Text Notebook to the launcher. **Note** that users need to refresh the current browser tab when they modify the settings for them to take effect. | ||
|
||
Besides, users can also change the category of Text Notebook launcher icons using | ||
`Category` field in the Settings. For example, by using `Notebook` as category, all | ||
Text Notebook launchers will be moved into `Notebook` category. | ||
|
||
## Main menu | ||
|
||
It is also possible to launch text notebooks and/or pair existing notebooks from the dedicated Jupytext main menu as shown below. | ||
|
||
![](images/jupyterlab_main_menu.png) |