Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rlancer/demo-vscode-data-science-dev-container
- Owner: rlancer
- Created: 2023-08-24T21:46:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T21:46:58.000Z (over 1 year ago)
- Last Synced: 2023-08-24T23:28:22.895Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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