{"id":16912984,"url":"https://github.com/aborg-dev/ipython_notebook_log","last_synced_at":"2026-04-17T12:31:30.156Z","repository":{"id":142523524,"uuid":"79677405","full_name":"aborg-dev/ipython_notebook_log","owner":"aborg-dev","description":"Extension to enable logging of IPython notebook execution to file","archived":false,"fork":false,"pushed_at":"2017-01-26T17:22:04.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T19:37:36.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aborg-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-01-21T22:38:04.000Z","updated_at":"2017-01-21T22:38:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"4473a167-4c2b-4f31-b2ad-eb3d1ac06234","html_url":"https://github.com/aborg-dev/ipython_notebook_log","commit_stats":null,"previous_names":["aborg-dev/ipython_notebook_log"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aborg-dev/ipython_notebook_log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborg-dev%2Fipython_notebook_log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborg-dev%2Fipython_notebook_log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborg-dev%2Fipython_notebook_log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborg-dev%2Fipython_notebook_log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aborg-dev","download_url":"https://codeload.github.com/aborg-dev/ipython_notebook_log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aborg-dev%2Fipython_notebook_log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-10-13T19:11:44.978Z","updated_at":"2026-04-17T12:31:30.138Z","avatar_url":"https://github.com/aborg-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPython Notebook extension for logging progress\n\nThis extension enables logging of inputs and outputs of ipython notebook cells to the log file.\n\nWhen you execute the cell, it's content and everything it prints will get printed to a specified file.\n\n## Usage example\n\nTo activate logging you first need to download the notebook_log.py file and put it into .ipython/extensions folder:\n```bash\ncurl https://raw.githubusercontent.com/akashin/ipython_notebook_log/master/notebook_log.py \\\n    \u003e ~/.ipython/extensions/notebook_log.py\n```\n\nThen, write this in the ipython cell of your notebook to activate logging:\n```python\n%load_ext notebook_log\n%register_logging ~/log_file.txt\n```\n\nTo activate the extension on startup add this to your ipython profile file\n(by default it's located at ~/.ipython/profile_default/ipython_config.py)\n\n```python\nc.InteractiveShellApp.extensions = [\n    'notebook_log'\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faborg-dev%2Fipython_notebook_log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faborg-dev%2Fipython_notebook_log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faborg-dev%2Fipython_notebook_log/lists"}