yharith commited on
Commit
6ef8a90
·
1 Parent(s): 4f876b1

Test file

Browse files
.ipynb_checkpoints/Testing-checkpoint.ipynb ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "id": "23032aa4-ae42-4a57-97b9-99d76bbc4cc5",
6
+ "metadata": {},
7
+ "source": [
8
+ "# Example File"
9
+ ]
10
+ },
11
+ {
12
+ "cell_type": "code",
13
+ "execution_count": 1,
14
+ "id": "32998851-05ec-4284-83c8-90e22deac054",
15
+ "metadata": {},
16
+ "outputs": [
17
+ {
18
+ "name": "stdout",
19
+ "output_type": "stream",
20
+ "text": [
21
+ "Hello\n"
22
+ ]
23
+ }
24
+ ],
25
+ "source": [
26
+ "print(\"Hello\")"
27
+ ]
28
+ },
29
+ {
30
+ "cell_type": "code",
31
+ "execution_count": null,
32
+ "id": "84efdbba-0b9f-4e00-bd7d-6f1ba5f14ad9",
33
+ "metadata": {},
34
+ "outputs": [],
35
+ "source": []
36
+ }
37
+ ],
38
+ "metadata": {
39
+ "kernelspec": {
40
+ "display_name": "Python 3 (ipykernel)",
41
+ "language": "python",
42
+ "name": "python3"
43
+ },
44
+ "language_info": {
45
+ "codemirror_mode": {
46
+ "name": "ipython",
47
+ "version": 3
48
+ },
49
+ "file_extension": ".py",
50
+ "mimetype": "text/x-python",
51
+ "name": "python",
52
+ "nbconvert_exporter": "python",
53
+ "pygments_lexer": "ipython3",
54
+ "version": "3.11.11"
55
+ }
56
+ },
57
+ "nbformat": 4,
58
+ "nbformat_minor": 5
59
+ }
.virtual_documents/Untitled.ipynb ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+
2
+
3
+
4
+ print("Hello")
5
+
6
+
7
+
Testing.ipynb ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "id": "23032aa4-ae42-4a57-97b9-99d76bbc4cc5",
6
+ "metadata": {},
7
+ "source": [
8
+ "# Example File"
9
+ ]
10
+ },
11
+ {
12
+ "cell_type": "code",
13
+ "execution_count": 1,
14
+ "id": "32998851-05ec-4284-83c8-90e22deac054",
15
+ "metadata": {},
16
+ "outputs": [
17
+ {
18
+ "name": "stdout",
19
+ "output_type": "stream",
20
+ "text": [
21
+ "Hello\n"
22
+ ]
23
+ }
24
+ ],
25
+ "source": [
26
+ "print(\"Hello\")"
27
+ ]
28
+ },
29
+ {
30
+ "cell_type": "code",
31
+ "execution_count": null,
32
+ "id": "84efdbba-0b9f-4e00-bd7d-6f1ba5f14ad9",
33
+ "metadata": {},
34
+ "outputs": [],
35
+ "source": []
36
+ }
37
+ ],
38
+ "metadata": {
39
+ "kernelspec": {
40
+ "display_name": "Python 3 (ipykernel)",
41
+ "language": "python",
42
+ "name": "python3"
43
+ },
44
+ "language_info": {
45
+ "codemirror_mode": {
46
+ "name": "ipython",
47
+ "version": 3
48
+ },
49
+ "file_extension": ".py",
50
+ "mimetype": "text/x-python",
51
+ "name": "python",
52
+ "nbconvert_exporter": "python",
53
+ "pygments_lexer": "ipython3",
54
+ "version": "3.11.11"
55
+ }
56
+ },
57
+ "nbformat": 4,
58
+ "nbformat_minor": 5
59
+ }