{"id":21586889,"url":"https://github.com/trflorian/notebook-template","last_synced_at":"2026-05-16T11:05:34.435Z","repository":{"id":246646389,"uuid":"821703083","full_name":"trflorian/notebook-template","owner":"trflorian","description":"Template project for shared Python code between Jupyter Notebooks","archived":false,"fork":false,"pushed_at":"2024-06-29T11:11:26.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T14:35:15.329Z","etag":null,"topics":["code-sharing","conda","data-science","jupyter-notebook","machine-learning","pip","python","virtual-environment"],"latest_commit_sha":null,"homepage":"https://medium.com/@flip.flo.games/how-to-share-python-code-between-jupyter-notebooks-b20b9898f748","language":"Jupyter Notebook","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/trflorian.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":"2024-06-29T07:38:21.000Z","updated_at":"2024-06-29T11:11:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"eeb28889-991a-4af6-af89-01a7b1a6abce","html_url":"https://github.com/trflorian/notebook-template","commit_stats":null,"previous_names":["trflorian/notebook-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/trflorian/notebook-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trflorian%2Fnotebook-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trflorian%2Fnotebook-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trflorian%2Fnotebook-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trflorian%2Fnotebook-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trflorian","download_url":"https://codeload.github.com/trflorian/notebook-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trflorian%2Fnotebook-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["code-sharing","conda","data-science","jupyter-notebook","machine-learning","pip","python","virtual-environment"],"created_at":"2024-11-24T15:14:53.671Z","updated_at":"2026-05-16T11:05:34.413Z","avatar_url":"https://github.com/trflorian.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jupyter Notebook Template\n\nThis is a template that can be used to share Python code between your Jupyter Notebooks.\n\n## Autoreload Extension\n\nIf you are using VS Code, you can setup the autoreload extension globally to reload modules when cells are executed.\nThat way you don't have to restart the Python kernel when code in the shared package has changed.\nAdd the following setting to your user `settings.json`.\n\n```\n{\n    ...\n    \"jupyter.runStartupCommands\": [\n        \"%load_ext autoreload\",\n        \"%autoreload 2\"\n    ]\n}\n```\n\nIf you cannot specify these commands to run at the startup of the notebooks, you have to add these two lines to every notebook if you want the autoreald extension.\n\n```\n%load_ext autoreload\n%autoreload 2\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrflorian%2Fnotebook-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrflorian%2Fnotebook-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrflorian%2Fnotebook-template/lists"}