Skip to content

Vinh911/jupyter-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Notebook Docker Template

This repository contains a basic template for running a Jupyter Notebook using Docker. It includes the following:

  • Dockerfile: specifies the dependencies and packages needed to run the notebook
  • docker-compose.yaml: simplifies the process of running the Docker container
  • data/ folder: an empty folder where you can store any data files you need to use in your notebook
  • notebooks/ folder: an empty folder where you can store your Jupyter Notebook files
  • requirements.txt: a list of Python packages that will be installed in the Docker container

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/Vinh911/jupyter-docker-template.git
  1. Navigate to the repository directory:
cd jupyter-docker-template
  1. create the environment.yaml file and set oken in docker-compose.yaml file

  2. Start the Docker container using docker-compose:

docker-compose up

Open your web browser and navigate to http://localhost:8888 to access the Jupyter Notebook.

Using the Template

You can use this template as a starting point for your own Jupyter Notebooks. Simply add your own notebooks to the notebooks/ folder and any required data files to the data/ folder.

It includes the following packages installed in the Docker container:

  • python
  • jupyterlab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published