You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jamesfwood
changed the title
Setup tutorial and easy library for anyone to use to add/remove associations easily
Setup tutorial and library for anyone to use to add/remove associations easily
Sep 12, 2024
jamesfwood
changed the title
Setup tutorial and library for anyone to use to add/remove associations easily
Setup tutorial and library for anyone to use to add/remove MMT associations easily in python/notebooks
Sep 12, 2024
We need an easy way to add/remove associations in Jupyter notebooks. Will be most useful for the DPub team to integrate into their notebooks.
Will be able to add/remove collections, services, tools, etc
like:
import mmt_associations use add_collection, remove_collection
add_collection("OPS", "HiTIDE", collectionID)
remove_collection("UAT", "l2ss-py", collectionID)
if fail then throw an exception.
The text was updated successfully, but these errors were encountered: