Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rlancer/demo-vscode-data-science-dev-container

A demo VS Code Dev Container for Data Science setup
https://github.com/rlancer/demo-vscode-data-science-dev-container

Last synced: about 2 months ago
JSON representation

A demo VS Code Dev Container for Data Science setup

Awesome Lists containing this project

README

        

# Example VSCode Dev Container Data Science Environment

Main difference with this approach vs the default examples is this isolates the Python env VS Code uses from the environment your code uses

To add packages just edit the Conda environment file `.devcontainer/environment.yml`

The Dockerfile in the root dir builds a conda environment without all the VS Code wrapping, good for packaging your application for use.# demo-vscode-data-science-dev-container