- Fix
get_narrative_doc
method for fetching legacy narratives withworksheets
as a key
- Add
get_narrative_doc
method that returns narrative data in the same format as the Search API results
- Fixed unittests and added GHA
- Adjust intro cell height
- Switch welcome/intro cell from markdown to a prerendered code cell with an embedded IFrame
- Refactor
list_objects_with_sets
function to its own submodule. - Modify dynamic service client with URL caching to not require a separate token on each request - these are only alive for the lifetime of a single call to the service anyway, so it just uses a single token.
- Make a stub for the rename_narrative function.