Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • Interpreters
    • None
    • Important

    Description

      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.

      "config": {
        "fontSize": 9,
        "colWidth": 12,
        "runOnSelectionChange": false,
        "title": true
      }

      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 form can also be controlled by the default value of `runOnSelectionChange`.

       

      Notebook paragraph display title (Optional)
      The notebook paragraph does not display the title by default.
      You can have the title of the notebook display the title by `config.title=true`.

      ```json
      "config":

      { "title": true }

      ```

      Notebook run on selection change (Optional)
      The dynamic form in the notebook triggers execution when the selection is modified.
      You can make the dynamic form in the notebook not trigger execution after selecting the modification by setting `config.runOnSelectionChange=true`.

      ```json
      "config":

      { "runOnSelectionChange": true }

      ```

      Attachments

        1. config-setting.gif
          730 kB
          Xun Liu

        Issue Links

          Activity

            People

              liuxun323 Xun Liu
              liuxun323 Xun Liu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 5h 20m
                  5h 20m