Skip to content

Commit

Permalink
Merge pull request #185 from jpgill86/example-notebook-install-neurotic
Browse files Browse the repository at this point in the history
Add shell commands to example Jupyter notebook for installing neurotic
  • Loading branch information
jpgill86 committed Feb 6, 2020
2 parents e861ba7 + 325b4be commit 32f5459
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions neurotic/example/example-notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,36 @@
"[api]: https://neurotic.readthedocs.io/en/latest/api.html"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Install Packages"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# check whether neurotic is currently installed\n",
"!pip show neurotic"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# install the latest release version\n",
"# !pip install -U neurotic\n",
"\n",
"# alternatively, install the latest development version\n",
"# !pip install -U git+https://github.com/jpgill86/neurotic.git"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 32f5459

Please sign in to comment.