From 715aaf7d2e512b28936c4057049a2754ee4ffb2d Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 20 Oct 2020 11:27:51 +0200 Subject: [PATCH] create covid-calculator.ipynb --- app/covid-calculator.ipynb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/covid-calculator.ipynb diff --git a/app/covid-calculator.ipynb b/app/covid-calculator.ipynb new file mode 100644 index 00000000..f5746948 --- /dev/null +++ b/app/covid-calculator.ipynb @@ -0,0 +1,36 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "" + ] + } + ], + "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": 0 +} \ No newline at end of file