Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 580 Bytes

File metadata and controls

19 lines (12 loc) · 580 Bytes

Jupyter Dev Container Template for Data Analytics

This repo is a dev container template that contains all extensions and dependencies for Data Analytics. Basically it allows to run your environement in a Docker container

Requirements

  • Docker Desktop
  • Visual Studio Code
  • Dev Containers VSCode extension

Usage

  1. Open the project in VSCode
  2. Update the dependencies in requirements.txt (if necessary) Every further changes that file require to Rebuild the container to take effect
  3. Open the dev container using View -> Command Palette -> Open in container