Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.96 KB

file_editor.rst

File metadata and controls

64 lines (43 loc) · 1.96 KB

Text Editor

The text editor in JupyterLab enables you to edit text files in JupyterLab:

image

The text editor includes syntax highlighting, configurable indentation (tabs or spaces), key maps <editor-keymaps> and basic theming. These settings can be found in the Settings menu:

image

To edit an existing text file, double-click on its name in the file browser or drag it into the main work area:

To create a new text file in the current directory of the file browser, click the + button at the top of the file browser to create a new Launcher tab, and click the “Text Editor” card in the Launcher:

You can also create a new text file with the File menu:

A new file is created with a default name. Rename a file by right-clicking on its name in the file browser and selecting “Rename” from the context menu: