Every page within Briefer has its own settings that you can configure to customize its behavior. To access a page’s settings, click on the three dots menu on the top right corner of the editor and select “Page Settings”.

This page includes an overview of the settings you can configure for a page.

We’re working to add more page-specific settings soon.

Auto-run pending blocks (cloud and enterprise)

Everytime your Briefer environment restarts, it will discard the in-memory state of your notebooks.

Therefore, Briefer automatically tries to run blcoks before the one you’re currently running. That way, we can regenerate the state of previous variables.

If you don’t want this behavior, you can disable it by toggling the “Auto-run pending blocks” switch to off.

Run selected SQL only

When you run a SQL block, Briefer will run its entire content by default.

If you only want to run a specific part of the SQL block, you need to enable the “Run selected SQL only” switch.

After enabling this setting, Briefer will only run the SQL code you’ve selected. If you haven’t selected any code, Briefer will run the entire block.