From a9b06742eedd8c58d8200d7869da4e9c3c20302c Mon Sep 17 00:00:00 2001
From: nehajo88 <nehajo88@gmail.com>
Date: Tue, 10 Oct 2023 11:47:57 -0700
Subject: [PATCH] hey neha, here is the work I did on 10 october, I changed it
 again

---
 .../My_test_nb-checkpoint.ipynb               | 70 ++++++++++++++++++-
 Code_for_neha/My_test_nb.ipynb                | 20 +++++-
 2 files changed, 87 insertions(+), 3 deletions(-)

diff --git a/Code_for_neha/.ipynb_checkpoints/My_test_nb-checkpoint.ipynb b/Code_for_neha/.ipynb_checkpoints/My_test_nb-checkpoint.ipynb
index 363fcab..b6dd35b 100644
--- a/Code_for_neha/.ipynb_checkpoints/My_test_nb-checkpoint.ipynb
+++ b/Code_for_neha/.ipynb_checkpoints/My_test_nb-checkpoint.ipynb
@@ -1,6 +1,72 @@
 {
- "cells": [],
- "metadata": {},
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "id": "7c3beafa-77e2-40e8-b6c0-70e5432776f9",
+   "metadata": {
+    "tags": []
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "this is a gedi subsetter notebook for the Norwegians\n"
+     ]
+    }
+   ],
+   "source": [
+    "import os \n",
+    "print(\"this is a gedi subsetter notebook for the Norwegians\")"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "id": "d7b87ac3-5393-461c-bb49-eea357571589",
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "im going to change this now\n"
+     ]
+    }
+   ],
+   "source": [
+    "print(\"im going to change this now\")"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "a17916c5-b59a-4cdb-9a47-4dcc9be86f05",
+   "metadata": {},
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 3 (ipykernel)",
+   "language": "python",
+   "name": "python3"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 3
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython3",
+   "version": "3.10.12"
+  }
+ },
  "nbformat": 4,
  "nbformat_minor": 5
 }
diff --git a/Code_for_neha/My_test_nb.ipynb b/Code_for_neha/My_test_nb.ipynb
index 7171e72..b6dd35b 100644
--- a/Code_for_neha/My_test_nb.ipynb
+++ b/Code_for_neha/My_test_nb.ipynb
@@ -23,9 +23,27 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 1,
    "id": "d7b87ac3-5393-461c-bb49-eea357571589",
    "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "im going to change this now\n"
+     ]
+    }
+   ],
+   "source": [
+    "print(\"im going to change this now\")"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "a17916c5-b59a-4cdb-9a47-4dcc9be86f05",
+   "metadata": {},
    "outputs": [],
    "source": []
   }
-- 
GitLab