Commit
·
7af562a
1
Parent(s):
d4662f2
adding a notebook
Browse files
.ipynb_checkpoints/Example-Notebook-checkpoint.ipynb
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 2,
|
6 |
+
"id": "79519eae-15e4-4f94-8ec5-c2a7724a3275",
|
7 |
+
"metadata": {},
|
8 |
+
"outputs": [],
|
9 |
+
"source": [
|
10 |
+
"# My First Notebook for Hugging face"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"cell_type": "code",
|
15 |
+
"execution_count": 3,
|
16 |
+
"id": "39677f86-b552-458f-9d40-366b11ea2f0e",
|
17 |
+
"metadata": {},
|
18 |
+
"outputs": [
|
19 |
+
{
|
20 |
+
"data": {
|
21 |
+
"text/plain": [
|
22 |
+
"24"
|
23 |
+
]
|
24 |
+
},
|
25 |
+
"execution_count": 3,
|
26 |
+
"metadata": {},
|
27 |
+
"output_type": "execute_result"
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"source": [
|
31 |
+
"12+12"
|
32 |
+
]
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"cell_type": "code",
|
36 |
+
"execution_count": null,
|
37 |
+
"id": "7ed8225a-3777-48ba-a76a-aa6cc903d083",
|
38 |
+
"metadata": {},
|
39 |
+
"outputs": [],
|
40 |
+
"source": []
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"metadata": {
|
44 |
+
"kernelspec": {
|
45 |
+
"display_name": "Python 3 (ipykernel)",
|
46 |
+
"language": "python",
|
47 |
+
"name": "python3"
|
48 |
+
},
|
49 |
+
"language_info": {
|
50 |
+
"codemirror_mode": {
|
51 |
+
"name": "ipython",
|
52 |
+
"version": 3
|
53 |
+
},
|
54 |
+
"file_extension": ".py",
|
55 |
+
"mimetype": "text/x-python",
|
56 |
+
"name": "python",
|
57 |
+
"nbconvert_exporter": "python",
|
58 |
+
"pygments_lexer": "ipython3",
|
59 |
+
"version": "3.8.18"
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"nbformat": 4,
|
63 |
+
"nbformat_minor": 5
|
64 |
+
}
|
.jupyter/desktop-settings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pythonPath": "/Users/milindchawre/Library/jupyterlab-desktop/jlab_server/bin/python"
|
3 |
+
}
|
.jupyter/desktop-workspaces/default-37a8.jupyterlab-workspace
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data":{"layout-restorer:data":{"main":{"dock":{"type":"tab-area","currentIndex":1,"widgets":["notebook:Example-Notebook.ipynb"]},"current":"notebook:Example-Notebook.ipynb"},"down":{"size":0,"widgets":[]},"left":{"collapsed":false,"visible":true,"current":"filebrowser","widgets":["filebrowser","running-sessions","@jupyterlab/toc:plugin","extensionmanager.main-view"]},"right":{"collapsed":true,"visible":true,"widgets":["jp-property-inspector","debugger-sidebar"]},"relativeSizes":[0.26227795193312436,0.7377220480668757,0],"top":{"simpleVisibility":true}},"notebook:Example-Notebook.ipynb":{"data":{"path":"Example-Notebook.ipynb","factory":"Notebook"}}},"metadata":{"id":"default"}}
|
Example-Notebook.ipynb
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 2,
|
6 |
+
"id": "79519eae-15e4-4f94-8ec5-c2a7724a3275",
|
7 |
+
"metadata": {},
|
8 |
+
"outputs": [],
|
9 |
+
"source": [
|
10 |
+
"# My First Notebook for Hugging face"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"cell_type": "code",
|
15 |
+
"execution_count": 3,
|
16 |
+
"id": "39677f86-b552-458f-9d40-366b11ea2f0e",
|
17 |
+
"metadata": {},
|
18 |
+
"outputs": [
|
19 |
+
{
|
20 |
+
"data": {
|
21 |
+
"text/plain": [
|
22 |
+
"24"
|
23 |
+
]
|
24 |
+
},
|
25 |
+
"execution_count": 3,
|
26 |
+
"metadata": {},
|
27 |
+
"output_type": "execute_result"
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"source": [
|
31 |
+
"12+12"
|
32 |
+
]
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"cell_type": "code",
|
36 |
+
"execution_count": null,
|
37 |
+
"id": "7ed8225a-3777-48ba-a76a-aa6cc903d083",
|
38 |
+
"metadata": {},
|
39 |
+
"outputs": [],
|
40 |
+
"source": []
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"metadata": {
|
44 |
+
"kernelspec": {
|
45 |
+
"display_name": "Python 3 (ipykernel)",
|
46 |
+
"language": "python",
|
47 |
+
"name": "python3"
|
48 |
+
},
|
49 |
+
"language_info": {
|
50 |
+
"codemirror_mode": {
|
51 |
+
"name": "ipython",
|
52 |
+
"version": 3
|
53 |
+
},
|
54 |
+
"file_extension": ".py",
|
55 |
+
"mimetype": "text/x-python",
|
56 |
+
"name": "python",
|
57 |
+
"nbconvert_exporter": "python",
|
58 |
+
"pygments_lexer": "ipython3",
|
59 |
+
"version": "3.8.18"
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"nbformat": 4,
|
63 |
+
"nbformat_minor": 5
|
64 |
+
}
|