Python setup
This should be possible to run in Terminal (Linux, Mac OS) or in Miniconda Promt on Windows
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>