Your Briefer environment is where your code runs. You can see your environment’s details by clicking the environment’s name on the bottom bar while editing a notebook. This will show you the Python version, installed packages, and resource limits.Documentation Index
Fetch the complete documentation index at: https://docs.briefer.cloud/llms.txt
Use this file to discover all available pages before exploring further.


Individual and shared environments
Some plans, including the enterprise plan, allow you to configure custom environments that can be either “individual” or “shared.” Additionally, you can set how much memory and CPU each environment can use. After configuring a custom environment, you an assign it to a page using the bottom bar. Here are the differences between individual and shared environments:- Individual environments are not shared between pages. Every time you run some code in a page with an individual environment, Briefer will create a new instance of the environment for that page.
- Shared environments are shared between pages. If you assign a shared environment to a page, Briefer will use the same instance of the environment for all pages that use that environment.
Briefer’s default environments are shared.