Skip to content

MITLibraries/marimo-cdps-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdps-dashboard

Developing

As this dashboard relies on S3 Inventory data, authenticate with Dev1 credentials before editing.

The recommended approach for developing a Marimo notebook is to use the Marimo GUI editor:

make edit-notebook

Testing

To run tests:

make test

Linting

To run linting:

make lint

Running

Often, notebooks are served as an "app". This is the default mode for marimo-launcher.

uv run marimo run --sandbox --headless --no-token notebook.py

Environment Variables

Required

S3_INVENTORY_LOCATIONS=# A comma-delimited list of S3 URIs containing S3 Inventory symlink.txt files.
DIGITIZED_BAG_IDS=# A list of bag IDs used by `is_digitized_aip` function. TO BE DEPRECATED IN FUTURE COMMITS

Optional

# add optional env vars here...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published