Skip to main content
Environment Presets allow you to customize infrequently changed configurations for your notebook instance. These currently include:
  • Wherobots version
  • Whether Wherobots AI is on or off by default
  • Spark configuration
  • Dependencies
To create a custom preset, do the following:
  1. Click Default.
    Start notebook
  2. Click + next to Environment Preset.
  3. Fill in the required information.
    Fill in preset
  4. Click Save.

Change Wherobots Version

You can customize the Wherobots version for your notebook instance. The default Wherobots version is the latest version.

Change Spark Configuration

Add any custom spark configurations you want before starting the notebook instance.

Adding Dependencies

We support both FILE and PYPI as sources for dependencies inside Wherobots Notebooks. Below you will find the directions for adding dependencies from each source.

Adding Dependencies from a File

Wherobots Cloud allows you to add dependencies from the Wherobots File system.
Supported file types Only Python Wheel (.whl), JAR (.jar), ZIP (.zip), and JSON (.json) files are supported.
Please refer to storage layer management page to upload the files in the correct directory.
Click “Browse” and select the file from the Wherobots File Browser. The selected file must have a valid file extension (.whl, .jar, .zip, or .json). JSON files can be used to place a configuration file at a predetermined file-system location on all nodes of the compute cluster (/opt/wherobots/<file name>.json).

PYPI Source

You can add dependencies from the PYPI source by providing the library name and version.
PYPI source type
When the notebook instance starts, it will fetch and install listed packages from PYPI.

Environment Override Presets

Configurations present in Environment Override Presets are subject to change. Configurations may be added or removed as the product evolves.
Environment Overrides allow you to customize the most commonly updated values for your notebook instance. These currently include:
  • Driver disk size
  • Executor disk size
  • Spark configuration
To access the Environment Overrides, do the following:
  1. Go to Start a Notebook
  2. Click Default.
    Start notebook - default
  3. Click Show Environment Overrides.
  4. Click a previously created override from the dropdown.
To create custom Environment Overrides, do the following:
  1. Click Default.
  2. Click Show Environment Overrides.
    Create custom environment override preset
  3. Click +.
  4. Enter the necessary information.
  5. Click Save.

Change Disk Size

You can customize the default disk size for your notebook instance. The default disk size for driver and executor nodes is based on the runtime size and is listed below:
Runtime SizeDisk Size
Tiny20 GB
All others200 GB

Spark Configuration

Refer to the Spark configuration section for more information.