Autolog your assets
from vectice import autolog
autolog.config(
api_token = 'your-api-key', # Paste your api key
host = 'https://app.vectice.com', # Paste your host
phase = 'PHA-XXX' # Paste your Phase Id
)autolog.notebook()Last updated
Was this helpful?