Skip to content

Commit

Permalink
Update quickstart notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelanaro committed Oct 18, 2016
1 parent 8e7d256 commit 967600e
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions notebooks/QuickStart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"from chemview import enable_notebook, MolecularViewer\n",
"enable_notebook()"
"from chemview import MolecularViewer"
]
},
{
Expand All @@ -36,7 +35,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {
"collapsed": false
},
Expand All @@ -61,20 +60,11 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/gabriele/anaconda/envs/chemview/lib/python3.5/site-packages/traitlets/traitlets.py:458: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future.\n",
" silent = bool(old_value == new_value)\n"
]
}
],
"outputs": [],
"source": [
"mv = MolecularViewer(coordinates, topology={'atom_types': atomic_types,\n",
" 'bonds': bonds})\n",
Expand All @@ -91,8 +81,9 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},
Expand All @@ -106,7 +97,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 967600e

Please sign in to comment.