{"id":17133624,"url":"https://github.com/neka-nat/notionflow","last_synced_at":"2026-01-21T21:35:29.326Z","repository":{"id":160522333,"uuid":"628581460","full_name":"neka-nat/notionflow","owner":"neka-nat","description":"Experiment tracking tool on Notion","archived":false,"fork":false,"pushed_at":"2023-05-09T13:13:36.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T16:31:29.721Z","etag":null,"topics":["mlops","notion","notion-api","notion-database","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neka-nat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-16T12:01:02.000Z","updated_at":"2024-08-23T04:41:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec8e8e32-3dd7-4c1b-bd30-9ab0c9a21232","html_url":"https://github.com/neka-nat/notionflow","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/neka-nat/notionflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neka-nat%2Fnotionflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neka-nat%2Fnotionflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neka-nat%2Fnotionflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neka-nat%2Fnotionflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neka-nat","download_url":"https://codeload.github.com/neka-nat/notionflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neka-nat%2Fnotionflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mlops","notion","notion-api","notion-database","python"],"created_at":"2024-10-14T19:42:38.699Z","updated_at":"2026-01-21T21:35:29.306Z","avatar_url":"https://github.com/neka-nat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notionflow\n\n**WIP**\nNotionflow is a library for experiment management in machine learning on notion.\n\n## Installation\n\n```bash\npip install notionflow\n```\n\n## Quick start\n\n```bash\nexport NOTION_TOKEN=\u003cyour notion token\u003e\nexport NOTION_PARENT_PAGE_ID=\u003cparent page id\u003e\n```\n\n```py\nimport notionflow as nf\n\nnf.create_database(\"database1\", {\"param1\": \"number\"}, {\"recall\": \"number\"})\n\nwith nf.start_page(page_name=\"page1\") as page:\n    nf.log_param(\"param1\", 1.0)\n    nf.log_metric(\"recall\", 0.5)\n\nwith nf.start_page(page_name=\"page2\") as page:\n    nf.log_param(\"param1\", 2.0)\n    nf.log_metric(\"recall\", 0.1)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneka-nat%2Fnotionflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneka-nat%2Fnotionflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneka-nat%2Fnotionflow/lists"}