Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 855 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 855 Bytes

Rstudio Binder

KCNI Summer School Day 2 code

Click on the images above or the link below to run in a binder instance: https://mybinder.org/v2/gh/mmaslej/Model-Evaluation-Activity.git/HEAD?urlpath=rstudio

or navigate to this code within the kcni-school-lessons repo

## assuming you aleady cloned the repo using the command
## git clone --recurse-submodules https://github.com/krembilneuroinformatics/kcni-school-lessons.git

# make sure you are in the kcni-school-lession folder
cd kcni-school-lessons

# start docker
docker compose up rstudio

Then point your browser to http://localhost:8787/ and you should see your rstudio terminal!

More docker help is available in envs/README.md