From 42ec8b73b7ae4df97ec27dead639d08172e20357 Mon Sep 17 00:00:00 2001 From: Kenny Song Date: Sat, 19 Nov 2022 12:18:30 +0900 Subject: [PATCH] Add files via upload --- test.ipynb | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/test.ipynb b/test.ipynb index 43c2b16..6fbc93e 100644 --- a/test.ipynb +++ b/test.ipynb @@ -2,27 +2,33 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "1+1" + ] + }, + { + "cell_type": "code", + "execution_count": 3, "metadata": {}, "outputs": [ { - "data": { - "text/plain": [ - "2" - ] - }, - "execution_count": 1, - "metadata": {}, - "output_type": "execute_result" + "name": "stdout", + "output_type": "stream", + "text": [ + "new cell\n" + ] } ], "source": [ - "1+1" + "print('new cell')" ] }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [