# How to use container with VSCode 1. Download the extension Dev Containers ``` Name: Dev Containers Id: ms-vscode-remote.remote-containers Description: Open any folder or repository inside a Docker container and take advantage of Visual Studio Code's full feature set. Version: 0.394.0 Publisher: Microsoft VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers ``` 2. Download the [devcontainer.json](https://ecampus.paris-saclay.fr/pluginfile.php/3642341/mod_folder/content/0/devcontainer.json?forcedownload=1) file on ecampus Create in you working folder the folder .devcontainer and put the .json file inside For example ``` mkdir .devcontainer cp ~/Download/devcontainer.json .devcontainer/ ``` 3. Choose "Reopen in Container" 4. Install jupyter extension in container 5. Download Meps DATA on the container ``` cd /root/.local/lib/python3.10/site-packages/aif360/data/raw/meps/ Rscript generate_data.R ```