20 lines
553 B
Plaintext
20 lines
553 B
Plaintext
jupyter notebook
|
|
|
|
|
|
get VAERS data:
|
|
- download data (e.g. 2022VAERSData.zip) from https://vaers.hhs.gov/data/datasets.html and save and unzip in VAERS folder
|
|
|
|
FK-FIXME:
|
|
|
|
FK-TODO:
|
|
|
|
anacron job:
|
|
sudo cp src/intensivstationen_howbadismybatch.sh /etc/cron.daily/intensivstationen_howbadismybatch
|
|
|
|
conda create --name howbadismybatch-venv python=3
|
|
conda activate howbadismybatch-venv
|
|
ipython kernel install --user --name=howbadismybatch-venv-kernel
|
|
jupyter kernelspec list
|
|
conda env export --from-history > environment.yml
|
|
conda env create -f environment.yml
|