diff options
Diffstat (limited to 'examples/Untitled.ipynb')
| -rw-r--r-- | examples/Untitled.ipynb | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/examples/Untitled.ipynb b/examples/Untitled.ipynb deleted file mode 100644 index cf5e123..0000000 --- a/examples/Untitled.ipynb +++ /dev/null @@ -1,61 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "%matplotlib inline\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "from __future__ import absolute_import, division, print_function" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# GolemFlavor Basic Example" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "In this example, we will generate a fake measured flavour composition using a multivariate Gaussian distribution" - ] - } - ], - "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.7.6" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} |
