Xun Liu created ZEPPELIN-3919:
---------------------------------
Summary: Paragraph config default value can be customized
Key: ZEPPELIN-3919
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3919
Project: Zeppelin
Issue Type: Sub-task
Components: Interpreters
Environment: !config-setting.gif!
Reporter: Xun Liu
Assignee: Xun Liu
Fix For: 0.9.0
Attachments: config-setting.gif
The title of the paragraph of the current notebook is not displayed by default,
and the runOnSelectionChange check option is ON by default.
For added flexibility, add the config configuration to the
`interpreter-setting.json` file in the interpreter. You can modify the default
values with the following four options.
{quote}
"config": {
"fontSize": 9,
"colWidth": 12,
"runOnSelectionChange": false,
"title": true
}
{quote}
In the submarine interpreter, each paragraph of a notebook represents a
complete module of a machine learning algorithm. The name of the algorithm name
needs to be filled in through the title bar of the paragraph. It is convenient
for the user to use the default value of the configurable title bar.
Controls in dynamic from can also be controlled by the default value of
`runOnSelectionChange`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)