From 4e3b819386bc8498156a622d55c9572162966ed1 Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Thu, 18 Oct 2018 16:10:10 -0400 Subject: [PATCH] Refs #50 Added raw files links for pip and conda in the notebooks --- notebooks/hiAPP_clustering.ipynb | 6 ++---- notebooks/hiAPP_clustering_with_properties.ipynb | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/notebooks/hiAPP_clustering.ipynb b/notebooks/hiAPP_clustering.ipynb index 5edef97..79ec7c0 100644 --- a/notebooks/hiAPP_clustering.ipynb +++ b/notebooks/hiAPP_clustering.ipynb @@ -44,12 +44,10 @@ "\n", "Python packages specific to the example notebooks may be needed to install. Use either `pip` or `conda`.\n", "\n", - "**Packages installed with conda**: \n", - "[conda_requirements.yml]() \n", + "**Packages installed with conda**: [conda_requirements.yml](https://raw.githubusercontent.com/jmborr/idpflex/master/notebooks/conda_requirements.yml) \n", "`conda env update -f conda_requirements.yml`\n", "\n", - "**Packages installed with pip**:\n", - "[]() \n", + "**Packages installed with pip**: [pip_requirements.txt](https://raw.githubusercontent.com/jmborr/idpflex/master/notebooks/pip_requirements.txt) \n", "`pip install -r pip_requirements.txt`" ] }, diff --git a/notebooks/hiAPP_clustering_with_properties.ipynb b/notebooks/hiAPP_clustering_with_properties.ipynb index 05a12e5..7714316 100644 --- a/notebooks/hiAPP_clustering_with_properties.ipynb +++ b/notebooks/hiAPP_clustering_with_properties.ipynb @@ -39,12 +39,10 @@ "\n", "Python packages specific to the example notebooks may be needed to install. Use either `pip` or `conda`.\n", "\n", - "**Packages installed with conda**: \n", - "[conda_requirements.yml]() \n", + "**Packages installed with conda**: [conda_requirements.yml](https://raw.githubusercontent.com/jmborr/idpflex/master/notebooks/conda_requirements.yml) \n", "`conda env update -f conda_requirements.yml`\n", "\n", - "**Packages installed with pip**:\n", - "[]() \n", + "**Packages installed with pip**: [pip_requirements.txt](https://raw.githubusercontent.com/jmborr/idpflex/master/notebooks/pip_requirements.txt) \n", "`pip install -r pip_requirements.txt`" ] },