This is a Github Codespaces template for data science
The development environment setup is configured in the .devcontainer
folder. The workspace setup is configured in the .vscode
folder.
Do not change the .devcontainer
and scripts
folder unless you know what you are doing. This folder is used by Github Codespaces to setup the development environment.
Once you started your codespace, you can install R packages by running the following command in the R console.
Open your terminal, copy and paste the following command into your terminal and press Enter:
sudo Rscript scripts/install.R
Python packages has been installed during the setup of the development environment.
For packages are installed:
- numpy
- pandas
- matplotlib
- jupyterlab
You can install additional packages by running the following command in the terminal.
pip install <package-name>