This project is a Python notebook repository that is easy to set up and use. It includes:
- A Docker container for a consistent Python environment
- Docker Compose for simplified container management
- VS Code DevContainer configuration for development
- An initial Jupyter notebook to get started quickly
- Install Docker and Docker Compose.
- Clone this repository.
- Open the project in VS Code.
- Reopen the project in the DevContainer.
- Run the notebook server using Docker Compose or within the DevContainer.
- Docker Container: Ensures a consistent environment across all machines.
- Docker Compose: Simplifies running the container with one command.
- VS Code DevContainer: Provides a seamless development environment within VS Code.
- Jupyter Notebook: Start coding immediately with the provided notebook.
This project is licensed under the MIT License.