https://github.com/a-poor/cookiecutter-jupyter-ds
A cookiecutter template for a Docker/Jupyter/Data-Science project
https://github.com/a-poor/cookiecutter-jupyter-ds
cookiecutter data-science docker docker-compose jupyter python
Last synced: 2 months ago
JSON representation
A cookiecutter template for a Docker/Jupyter/Data-Science project
- Host: GitHub
- URL: https://github.com/a-poor/cookiecutter-jupyter-ds
- Owner: a-poor
- Created: 2020-07-20T16:26:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T14:52:25.000Z (almost 6 years ago)
- Last Synced: 2026-01-22T16:34:16.186Z (5 months ago)
- Topics: cookiecutter, data-science, docker, docker-compose, jupyter, python
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-jupyter-ds
_created by Austin Poor_
A cookiecutter template for a simple Docker / Jupyter / Data-Science project.
__Requirements__:
* Python
* Cookiecutter
* Docker / Docker-compose
Once cookiecutter is installed, this template can be cloned with the command:
```bash
$ cookiecutter gh:a-poor/cookiecutter-jupyter-ds
```
Then, the jupyter container can be started with
```bash
$ docker-compose up
```
Docker will expose port `8888` for Jupyter.