# Notebook Settings

Use this page to configure the behavior and view of notebooks.

| Item | Description |
| --- | --- |
|  Show info about author and run dates  |  Under the result section of each paragraph, show the name of a user who executed the code and the time of code execution.  |
|  Convert text output to a table when applicable  |  Convert paragraph output from textual representation into a table. This can be helpful if you use the Data Frame `show()` method. When the checkbox is selected, you can manage output representation, for example, show, hide, and reorder columns or add filters.   Enabled:   	  ![Enabled](https://resources.jetbrains.com.cn/help/img/idea/2026.2/df_show_table.png)   Disabled:   	  ![Enabled](https://resources.jetbrains.com.cn/help/img/idea/2026.2/df_show_textual.png)    |
|  Paragraph folding  |  Enable paragraph folding, that is collapsing a paragraph to a single visible line. This setting does not affect [code folding](code-folding-settings.html) within paragraphs.  |
|  Lines numbering  |  Select either End-to-end to number lines consecutively throughout the notebook or Per paragraph to start numbering lines on each paragraph.  |
|  Editor soft wraps  |    Automatically adjust the line length to the width of the editor.     Note that you can also enable and disable soft wraps per notebook by clicking ![the Soft-Wrap button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.toggleSoftWrap.svg) or by right-clicking the gutter and selecting  Soft-Wrap .     |
|  Confirm paragraph deletion  |  Open a modal dialog requiring you to confirm the action each time you want to delete a paragraph.  |
|  Confirm paragraph joining  |  Open a modal dialog requiring you to confirm the action each time you want to join paragraphs.  |
|  Confirm paragraph split  |  Open a modal dialog requiring you to confirm the action each time you want to split paragraphs.  |

