forked from GDSL-UL/the_knowledge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path05_Data_Science_stack.Rmd
12 lines (7 loc) · 1.08 KB
/
05_Data_Science_stack.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
# Data Science Stack
Once you have access from home to all your files and (remote) university computers, next step is easily being able to bootstrap a full data science stack that allows you to carry out scientific work. There are several ways of achieving this, but our preferred strategy is to rely on container technology, in particular on [Docker](https://www.docker.com/). This will allow you to rapidly install the platform and set of libraries you are familiar with in a way that can be easily reproduced and redeployed (e.g. on a remote computer on campus).
Here are a series of pages that will help you get a stack ready to go:
- [`setup_docker.md`](06_docker.md): instructions to install and get Docker
up and running on different platforms
- [`setup_jupyterlab.md`](07_jupyterlab.md): instructions to run a JupyterLab server within a Docker container both on local (e.g. laptop) and remote (e.g. server) machines
- [`setup_rstudio.md`](08_RStudio.md): instructions to run Rstudio server within a Docker container both on local (e.g. laptop) and remote (e.g. server) machines.