{"id":15492614,"url":"https://github.com/nezhar/jupyter-docker-compose","last_synced_at":"2025-04-09T14:13:53.386Z","repository":{"id":169822043,"uuid":"630147983","full_name":"nezhar/jupyter-docker-compose","owner":"nezhar","description":"Easy Jupyter development with Docker and Docker Compose","archived":false,"fork":false,"pushed_at":"2024-10-24T19:16:41.000Z","size":8,"stargazers_count":48,"open_issues_count":0,"forks_count":35,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T12:12:58.232Z","etag":null,"topics":["docker","hacktoberfest","jupyter","workflow"],"latest_commit_sha":null,"homepage":"https://nezhar.com/blog/jupyter-notebook-development-workspace-using-docker-and-git/","language":"Dockerfile","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/nezhar.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-19T19:12:14.000Z","updated_at":"2025-03-29T10:06:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"fadab04e-0939-4a95-a5e4-a83f48693b27","html_url":"https://github.com/nezhar/jupyter-docker-compose","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"08811cca03d5063f9d7d2a10fc600dec853f76c8"},"previous_names":["nezhar/jupyter-docker-compose"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezhar%2Fjupyter-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezhar%2Fjupyter-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezhar%2Fjupyter-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezhar%2Fjupyter-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nezhar","download_url":"https://codeload.github.com/nezhar/jupyter-docker-compose/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054193,"owners_count":21039952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","hacktoberfest","jupyter","workflow"],"created_at":"2024-10-02T08:01:33.259Z","updated_at":"2025-04-09T14:13:53.368Z","avatar_url":"https://github.com/nezhar.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jupyter Docker Compose\n\nA quick and easy setup for running Jupyter notebooks in a Dockerized environment, managed using [Docker Compose](https://docs.docker.com/compose/). This setup makes it simple to get up and running with Jupyter, share notebooks across multiple team members, and maintain consistent environments. It is also compatible with GitHub Code Spaces for remote development.\n\n## Features\n\n- GitHub Template repository for easy reuse.\n- Dockerized Jupyter environment for consistent, reproducible notebook runs.\n- Simplified sharing of notebooks using the `work` directory.\n- Compatibility with GitHub Code Spaces for seamless remote development.\n\n## Getting Started\n\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/nezhar/jupyter-docker-compose.git\n```\n\nNavigate to the project root directory:\n\n```bash\ncd jupyter-docker-compose\n```\n\nBuild the the image for the Jupyter Notebook server:\n\n```bash\ndocker compose build\n```\n\nStart the Jupyter Notebook server:\n\n```bash\ndocker compose up\n```\n\nAfter running this command, the Jupyter Notebook server should be accessible at `http://localhost:8888`.\n\n## Using GitHub Code Spaces\n\nThis setup can also be used with GitHub Code Spaces. All the necessary configuration is provided in the `devcontainer.json` file. Just open this repository in a new code space, and the environment will be ready to go.\n\n## Directory Structure\n\n- `./work`: This is the directory where you can add your Jupyter notebooks. It's mounted as a volume in the Docker container, so notebooks created and saved in the Jupyter Notebook IDE will persist here.\n\n## Notes\n\nThe `requirements.txt` file is copied to the Docker container during the build process, and the Python dependencies listed within are installed. To add or update dependencies, modify this file, then rebuild the Docker image.\n\n## Contributions\n\nContributions to this project are welcome! Please create an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezhar%2Fjupyter-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnezhar%2Fjupyter-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezhar%2Fjupyter-docker-compose/lists"}