A collection of my PhD-related Jupyter notebooks, containing mostly WIP material, which serves as a scratchpad for my work.
I work mostly with R, and that's what I've used in these notebooks.
Please note that efforts to run the code in the .ipynb
files involving the dat
data frame will fail, since I cannot make the underlying research data public yet.
In particular, when the following line is called in the code, the file it refers to (final_dataset.csv
) can only be found in my private storage space on CERN's internal servers:
dat <- read.csv(file = "../quant_analysis/final_dataset.csv", header = TRUE)
However, if you want to download the notebooks and poke around, you will need to install:
- Jupyter, for opening the notebooks themselves: https://jupyter.readthedocs.io/en/latest/install.html
- IRkernel, for running R code in the notebooks: https://irkernel.github.io/installation/
My PhD notebooks by Achintya Rao is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.