Skip to content

Commit

Permalink
Refs #50 Added raw files links for pip and conda in the notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Oct 18, 2018
1 parent 49607c5 commit 4e3b819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions notebooks/hiAPP_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
]
},
Expand Down
6 changes: 2 additions & 4 deletions notebooks/hiAPP_clustering_with_properties.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
]
},
Expand Down

0 comments on commit 4e3b819

Please sign in to comment.