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 363fcab7ed6e9634e198cf5555ceb88932c9a245..b6dd35bd654495fe324000670dae2e0fcb24364a 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 7171e7275ffee90dbd762c39c298216144464f5c..b6dd35bd654495fe324000670dae2e0fcb24364a 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": [] }