{"id":20955150,"url":"https://github.com/bryik/dockerized-notebook","last_synced_at":"2026-04-27T10:32:28.016Z","repository":{"id":70396715,"uuid":"308486957","full_name":"bryik/dockerized-notebook","owner":"bryik","description":"A template for creating portable Jupyter notebooks.","archived":false,"fork":false,"pushed_at":"2020-10-30T00:52:33.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T05:52:27.627Z","etag":null,"topics":["docker","jupyter"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/bryik.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":"2020-10-30T00:52:21.000Z","updated_at":"2020-10-30T00:53:31.000Z","dependencies_parsed_at":"2023-05-14T02:15:24.193Z","dependency_job_id":null,"html_url":"https://github.com/bryik/dockerized-notebook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bryik/dockerized-notebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdockerized-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdockerized-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdockerized-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdockerized-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryik","download_url":"https://codeload.github.com/bryik/dockerized-notebook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryik%2Fdockerized-notebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32333196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","jupyter"],"created_at":"2024-11-19T01:18:14.261Z","updated_at":"2026-04-27T10:32:27.950Z","avatar_url":"https://github.com/bryik.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dockerized-notebook\n\nThis is a template for creating portable Jupyter notebooks.\n\nWhy? Well, one time I had to help someone at work get Python and Jupyter running on an old Windows machine and it was a nightmare. With this template, as long as they have Docker running, everything should work the same as it does on my computer.\n\n## usage\n\n1. Ensure Docker is running.\n2. Open a terminal in the same folder as this README.\n3. Run `docker-compose up`\n\nYou should see something like:\n\n```\n➜  dockerized-notebook git:(master) ✗ docker-compose up\nStarting dockerized-notebook_jupyter_1 ... done\nAttaching to dockerized-notebook_jupyter_1\njupyter_1  | Executing the command: jupyter notebook\njupyter_1  | [I 00:46:22.593 NotebookApp] JupyterLab extension loaded from /opt/conda/lib/python3.8/site-packages/jupyterlab\njupyter_1  | [I 00:46:22.593 NotebookApp] JupyterLab application directory is /opt/conda/share/jupyter/lab\njupyter_1  | [I 00:46:22.599 NotebookApp] Serving notebooks from local directory: /app\njupyter_1  | [I 00:46:22.599 NotebookApp] Jupyter Notebook 6.1.4 is running at:\njupyter_1  | [I 00:46:22.599 NotebookApp] http://67395e445d27:8888/?token=e0fcb9f4fd027d4d3388284d9c96ae2a5eb81693e798cc05\njupyter_1  | [I 00:46:22.599 NotebookApp]  or http://127.0.0.1:8888/?token=e0fcb9f4fd027d4d3388284d9c96ae2a5eb81693e798cc05\njupyter_1  | [I 00:46:22.599 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).\njupyter_1  | [C 00:46:22.604 NotebookApp]\njupyter_1  |\njupyter_1  |     To access the notebook, open this file in a browser:\njupyter_1  |         file:///home/jovyan/.local/share/jupyter/runtime/nbserver-6-open.html\njupyter_1  |     Or copy and paste one of these URLs:\njupyter_1  |         http://67395e445d27:8888/?token=e0fcb9f4fd027d4d3388284d9c96ae2a5eb81693e798cc05\njupyter_1  |      or http://127.0.0.1:8888/?token=e0fcb9f4fd027d4d3388284d9c96ae2a5eb81693e798cc05\n```\n\nCopy and paste the last link (the one that starts http://127.0.0.1:8888`) into your browser. This should take you to Jupyter.\n\nWhen you're finished, go back to the terminal and enter `CTRL-C` to shutdown Jupyter.\n\n## adding dependencies\n\nAdd any extra Python packages in `./requirements.txt`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryik%2Fdockerized-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryik%2Fdockerized-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryik%2Fdockerized-notebook/lists"}