Jupyter notebooks intended for the WE1S Virtual Workspace.
The notebooks in this folder allow users to create or import manifests to the database using forms built with ipywidgets. They do not handle edge cases for documenting some kinds of information, but they should be usable for most workflows. Manifests created by the notebooks are validated against the schema files on GitHub, so they require internet access.
Notes:
- Not all manifest creation forms currently handle global properties (
title
,description
,label
, etc.). - The notebooks have some basic database query functions, including updates and searches.
- Add global properties to
create_collection
- Add global properties to
manage_data_nodes
- Add global properties to
import_collection
- Add global properties to
manage_other_nodes
- Add global properties to
publication-manager
- Handle precise dates for
date
in global properties - Create notebook for
Metadata
nodes (handled bymanage_other_nodes
) - Create notebook for
Outputs
nodes (handled bymanage_other_nodes
) - Create notebook for
Related
nodes (handled bymanage_other_nodes
) - Create notebook for
Processes
- Create notebook for
Scripts
- Create notebook for
Projects