{ "cells": [ { "cell_type": "markdown", "id": "6d48f4f25b587bbb", "metadata": { "collapsed": true }, "source": [ "## Example notebook for package \"artemis_gnss\"\n", "\n", "This example illustrates how to integrate a Jupyter Notebook in the documentation of the package." ] }, { "cell_type": "code", "id": "924a9325883a8c99", "metadata": {}, "source": [ "from artemis_gnss import hello_world" ], "outputs": [], "execution_count": null }, { "cell_type": "code", "id": "aff00f8bdcba0742", "metadata": {}, "source": [ "def test_hello_world():\n", " assert hello_world() is None" ], "outputs": [], "execution_count": null }, { "cell_type": "code", "id": "de33435a1fe92c8d", "metadata": {}, "source": [ "test_hello_world()\n", "print('Done')" ], "outputs": [], "execution_count": null } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.6" } }, "nbformat": 4, "nbformat_minor": 5 }