Skip to content
Snippets Groups Projects
Commit fe504aa8 authored by Steve Schmerler's avatar Steve Schmerler
Browse files

gp: add requirements

parent 8284dbf6
Branches
No related tags found
1 merge request!2Update GP slides and notebooks
# ----------------------------------------------------------------------------
# Required to at least run the py scripts
# ----------------------------------------------------------------------------
torch
gpytorch
pyro-ppl
matplotlib
scikit-learn
# ----------------------------------------------------------------------------
# Jupyter stuff, this must be present in the used Jupyter kernel on a hosted
# service like https://jupyter.jsc.fz-juelich.de
# ----------------------------------------------------------------------------
# Since we use paired notebooks. This is used for local dev, not really needed
# on a hosted service, but still useful to avoid confusing warnings (jupytext
# extension failed loading).
jupytext
# for %matplotlib widget
ipympl
# ----------------------------------------------------------------------------
# Jupyter Lab, when running locally
# ----------------------------------------------------------------------------
# Jupyter Lab
jupyter
# or Jupyter notebook is also fine
##notebook
# vim:syn=sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment