Python setup

  1. https://docs.conda.io/en/latest/miniconda.html
    1. https://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html#anaconda-or-miniconda
  2. conda install -c conda-forge jupyterlab # This should be possible to run in Terminal (Linux, Mac OS) or in Miniconda Promt on Windows
  3. jupyter lab # This should be possible to run in Terminal (Linux, Mac OS) or in Miniconda Promt on Windows

Jupyter notebook Extensions (not necessary). Read more about this here!

conda install -c conda-forge jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
conda install -c conda-forge jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user

<aside> ❗ R kernel: https://richpauloo.github.io/2018-05-16-Installing-the-R-kernel-in-Jupyter-Lab/ https://irkernel.github.io/installation/#linux-panel

</aside>

<aside> ❗ https://www.anaconda.com/blog/using-pip-in-a-conda-environment

</aside>