em_database#

Functions

browse(**kwargs)

Open the interactive dataset browser in Jupyter.

get_data_dir()

Get the directory where example datasets are stored.

get_setting(key[, default])

Read a value from em_database.settings.

reset_data_dir()

Reset the example datasets directory to the default location, clearing any saved choice.

set_data_dir(path[, persist])

Set the directory where example datasets are stored.

set_setting(key, value[, persist])

Set a value in em_database.settings, persisting it by default.

Modules

catalogue

A browsable catalogue of the datasets, grouped by technique.

config

Runtime settings for em_database, in the style of matplotlib's rcParams.

data

Auto-generated dataset classes from YAML Files for downloading data.

datasets

downloadable_dataset

utils

widget

An anywidget dataset browser for Jupyter: em_database.browse().