Library Settings

dataset_hub.set_option(key, value)[source]

Set a DatasetHub configuration option.

Updates a runtime setting that affects DatasetHub behavior for the current Python session.

Parameters:
  • key (str) – Name of the option to set.

  • value (Any) – New value assigned to the option.

Return type:

None

Example

import dataset_hub

dataset_hub.set_option("verbose", False)