{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Tutorial " ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "pypgk_rtd01 0.1.0-dev\n", "CPython 3.6.7\n", "IPython 7.1.1\n" ] } ], "source": [ "# NBVAL_IGNORE_OUTPUT\n", "%load_ext watermark\n", "import pypgk_rtd01\n", "%watermark -v --iversions" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "$\\newcommand{Re}[0]{\\operatorname{Re}}\n", "\\newcommand{Im}[0]{\\operatorname{Im}}\n", "\\newcommand{dd}[0]{\\,\\text{d}}\n", "\\newcommand{abs}[0]{\\operatorname{abs}}$" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This notebooks illustrates the basic use of the `pypgk_rtd01` package." ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'0.1.0-dev'" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "pypgk_rtd01.__version__" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "'Top-level package for PyPgk RTD01.'" ] }, "execution_count": 3, "metadata": {}, "output_type": "execute_result" } ], "source": [ "pypgk_rtd01.__doc__" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**TODO**..." ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.7" } }, "nbformat": 4, "nbformat_minor": 2 }