VSCode Remote Container with a Miniconda environment for the course Data analysis with Python - 2020.
- Have the Remote - Containers extension installed on VSCode
- Clone or copy this repository to Your computer
- Open the directory in Visual Studio Code
- Select Reopen in Container from the Command Palette (this will take a few minutes)
After that the TMC extension should be available in the icons on the left.
- Login to your TMC account from the extension
- Download the assignments
- Open the Workspace
The files from this repository (the .devcontainer
and others) will not be visible
during when the course workspace is open, and only the course assignments are
editable then. The code is stored inside the Docker container, so it will not be
available if the container is closed. The code that has been uploaded to TCM should
be available for downloading again though.
Created a new repo in GitHub with default README.md
and .gitignore
files.
Opened folder in VSCode
Selected Reopen in Container...
Selected Show All Definitions...
Searched and selected Python 3 - Miniconda
This created .devcontainer
with all related Docker stuff
Rebuilt the contained after including the environment.yml
file.
Then added TMC extension in to the remote container.