Skip to content

Commit

Permalink
Testing for Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
nmih committed Dec 29, 2017
1 parent 8fa285b commit 0c2750e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
nglview
ssbio
ipywidgets
jupyter_contrib_nbextensions
jupyter_contrib_nbextensions
requests_cache==0.4.13
bioservices==1.5.0
62 changes: 62 additions & 0 deletions docs/notebooks/PDBProp - Working With a Single PDB Structure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,68 @@
"## Imports"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import bioservices"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import requests_cache"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'1.5.0'"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"bioservices.__version__"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'0.4.13'"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"requests_cache.__version__"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 0c2750e

Please sign in to comment.