From 9db674c4a090cf25ddea057eb646662600044006 Mon Sep 17 00:00:00 2001 From: iamtatsuki05 Date: Wed, 19 Jun 2024 06:14:19 +0900 Subject: [PATCH] del output --- notebooks/helloworld.ipynb | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/notebooks/helloworld.ipynb b/notebooks/helloworld.ipynb index 46f0241..be8ebe0 100644 --- a/notebooks/helloworld.ipynb +++ b/notebooks/helloworld.ipynb @@ -2,29 +2,13 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "18edcb70-64a5-4d17-94c0-a86ecc435be4", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "hello world\n" - ] - } - ], + "outputs": [], "source": [ "print(\"hello world\")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "b90e3e1f-5aa1-43a0-b9e2-1d1bcaf9ff94", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { @@ -43,7 +27,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.5" + "version": "3.10.11" } }, "nbformat": 4,