https://github.com/nestorojeda/jupyter-notebook-docker-template
https://github.com/nestorojeda/jupyter-notebook-docker-template
data-science docker python3 template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nestorojeda/jupyter-notebook-docker-template
- Owner: nestorojeda
- Created: 2024-12-20T09:04:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T18:55:08.000Z (over 1 year ago)
- Last Synced: 2025-02-14T17:58:17.896Z (over 1 year ago)
- Topics: data-science, docker, python3, template
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter Notebook Docker
I wanted to explore other alternatives to Google Colab, and have the ability to run Jupyter notebooks on my local computer or in a Github Codespaces. This repository contains the necessary files to set up a Jupyter Notebook environment using Docker.
## Prerequisites
- Docker installed on your machine
- Basic knowledge of Docker and Jupyter Notebook
- Tested in macOS and Windows using WSL
## Getting Started
1. Clone the repository:
```sh
git clone https://github.com/yourusername/jupyter-notebook-docker.git
cd jupyter-notebook-docker
```
2. Copy the content of the .env.example file and add a password.
3. Build the Docker image:
```sh
make db
```
4. Run the Docker container:
```sh
make dr
```
5. Open your web browser and navigate to `http://localhost:8888`. You should see the Jupyter Notebook interface.
## Customization
You can customize the Dockerfile to include additional Python packages or Jupyter extensions as needed.
## Contributing
Feel free to submit issues or pull requests if you have any improvements or suggestions.