From 563f47ab930fe66edcc559a0f3a08bf04c1cf1b4 Mon Sep 17 00:00:00 2001 From: Johannes Frohnmeyer Date: Sun, 9 Apr 2023 16:57:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.ipynb=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ipynb | 61 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 25 deletions(-) diff --git a/README.ipynb b/README.ipynb index a178c9c..3dba1c7 100644 --- a/README.ipynb +++ b/README.ipynb @@ -12,18 +12,18 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 14, "metadata": { "collapsed": true, "ExecuteTime": { - "start_time": "2023-04-09T14:51:08.170723Z", - "end_time": "2023-04-09T14:51:11.133364Z" + "start_time": "2023-04-09T16:55:57.143918Z", + "end_time": "2023-04-09T16:56:00.513705Z" } }, "outputs": [ { "data": { - "text/html": "
\n " + "text/html": "
\n " }, "metadata": {}, "output_type": "display_data" @@ -35,7 +35,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 15, "outputs": [], "source": [ "val data = mapOf(\n", @@ -47,20 +47,20 @@ "metadata": { "collapsed": false, "ExecuteTime": { - "start_time": "2023-04-09T14:51:11.130076Z", - "end_time": "2023-04-09T14:51:11.217759Z" + "start_time": "2023-04-09T16:56:00.512889Z", + "end_time": "2023-04-09T16:56:00.606630Z" } } }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 16, "outputs": [ { "data": { - "text/html": "
\n " + "text/html": "
\n " }, - "execution_count": 10, + "execution_count": 16, "metadata": {}, "output_type": "execute_result" } @@ -76,14 +76,14 @@ "metadata": { "collapsed": false, "ExecuteTime": { - "start_time": "2023-04-09T14:51:11.217423Z", - "end_time": "2023-04-09T14:51:11.329998Z" + "start_time": "2023-04-09T16:56:00.606184Z", + "end_time": "2023-04-09T16:56:00.689800Z" } } }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 17, "outputs": [], "source": [ "val rand = java.util.Random(1024)\n", @@ -96,20 +96,20 @@ "metadata": { "collapsed": false, "ExecuteTime": { - "start_time": "2023-04-09T14:51:11.326669Z", - "end_time": "2023-04-09T14:51:11.491370Z" + "start_time": "2023-04-09T16:56:00.678339Z", + "end_time": "2023-04-09T16:56:00.787205Z" } } }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 18, "outputs": [ { "data": { - "text/html": "
\n " + "text/html": "
\n " }, - "execution_count": 12, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } @@ -121,21 +121,32 @@ "metadata": { "collapsed": false, "ExecuteTime": { - "start_time": "2023-04-09T14:51:11.489478Z", - "end_time": "2023-04-09T14:51:11.620755Z" + "start_time": "2023-04-09T16:56:00.786558Z", + "end_time": "2023-04-09T16:56:00.886846Z" } } }, { "cell_type": "code", - "execution_count": 13, - "outputs": [], - "source": [], + "execution_count": 19, + "outputs": [ + { + "data": { + "text/plain": "87" + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "12 + 75" + ], "metadata": { "collapsed": false, "ExecuteTime": { - "start_time": "2023-04-09T14:51:11.620416Z", - "end_time": "2023-04-09T14:51:11.654766Z" + "start_time": "2023-04-09T16:56:00.879881Z", + "end_time": "2023-04-09T16:56:00.948068Z" } } }