Skip to content
Snippets Groups Projects
Commit af53c97a authored by Sebastian Kopf's avatar Sebastian Kopf
Browse files

binder setup files

parent a0b93c78
No related branches found
No related tags found
No related merge requests found
# OS generated files
.DS_Store
.DS_Store?
~$*
.Spotlight*
.Trashes
ehthumbs.db
Thumbs.db
# exclude R & Rstudio temp files
*.utf8.md
*.knit.md
.Rproj.user
.Rhistory
.Rapp.history
.RData
.Ruserdata
.Rproj.user/
.Rbuildignore
packrat/lib*/
packrat/src/
# exclude Python and Jupyter temp files
.ipynb_checkpoints
*.pyc
# exclude authentication tokens
.httr-oauth
# exclude cache
*cache/*
# exclude output files
*.pdf
*.html
*.png
*.jpeg
*.jpg
*.pptx
*.docx
*.xlsx
*.csv
# allow all files in data
!data/*
# allow all files in documents
!documents/*
# allow rendered html files in docs
!docs/**/*.html
channels:
- QuantStack
- conda-forge
dependencies:
- xeus-cling=0.4.8
- xtensor=0.18.1
- xtensor-blas=0.14.0
- matplotlib
- numpy
- pandas
### install regular packages
install.packages("reticulate") # python support in RMarkdown
# install.packages(c("rmarkdown", "caTools", "bitops")) # for knitting
# install.packages(tidyverse) # install the entire tidyverse
### install bioconductor packages
# install.packages("BiocManager")
# BiocManager::install("package")
### install GitHub packages (tag = commit, branch or release tag)
# install.packages("devtools")
# devtools::install_github("user/repo, ref = "tag")
\ No newline at end of file
#!/bin/bash
# Install JupyterLab extension
jupyter labextension install @jupyterlab/toc
r-2018-11-01
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment