Skip to main content

No project description provided

Project description

notionflow

WIP Notionflow is a library for experiment management in machine learning on notion.

Installation

pip install notionflow

Quick start

export NOTION_TOKEN=<your notion token>
export NOTION_PARENT_PAGE_ID=<parent page id>
import notionflow as nf

nf.create_database("database1", {"param1": "number"}, {"recall": "number"})

with nf.start_page(page_name="page1") as page:
    nf.log_param("param1", 1.0)
    nf.log_metric("recall", 0.5)

with nf.start_page(page_name="page2") as page:
    nf.log_param("param1", 2.0)
    nf.log_metric("recall", 0.1)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notionflow-0.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

notionflow-0.1.0-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page