From 4e7df6e6b07b85fddd6b1fa469623854ce8efd6c Mon Sep 17 00:00:00 2001 From: 622aa39c1f9b166ab1a38c05 <622aa39c1f9b166ab1a38c05@devide> Date: Wed, 10 May 2023 03:27:25 +0000 Subject: [PATCH] UPDATE --- test.ipynb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test.ipynb b/test.ipynb index 063ada0..dbdb76e 100644 --- a/test.ipynb +++ b/test.ipynb @@ -14,7 +14,7 @@ } ], "source": [ - "print(100)\n" + "print(123)" ] }, { @@ -22,7 +22,9 @@ "execution_count": null, "metadata": {}, "outputs": [], - "source": [] + "source": [ + "print" + ] } ], "metadata": { @@ -41,7 +43,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.8.10 (default, Mar 13 2023, 10:26:41) \n[GCC 9.4.0]" }, "orig_nbformat": 4, "vscode": { -- GitLab