Set an entry
emr_entries.set(key, value, db_dir = NULL)
None
The key of the entry to set
The value of the entry to set. This can be anything that can be serialized to YAML
One or more database directories to reload entries from. If NULL - the first database is used.
emr_db.init_examples()
emr_entries.set("entry1", "new value")
emr_entries.get("entry1")
Run the code above in your browser using DataLab