diff --git a/neurotic/example/example-notebook.ipynb b/neurotic/example/example-notebook.ipynb index bfd6b24..6950488 100644 --- a/neurotic/example/example-notebook.ipynb +++ b/neurotic/example/example-notebook.ipynb @@ -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": {},