Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1021 Bytes

File metadata and controls

43 lines (22 loc) · 1021 Bytes

codespaces-data-science

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.

Install R packages

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

Set up short-cut

Install Python packages

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>