Skip to content

Commit 620ff2d

Browse files
committedOct 5, 2023
initialize plotting notebook
1 parent e3bb8bb commit 620ff2d

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
 

‎03.plotting/plotting.ipynb

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "6da93520-a559-4c95-ba67-b943e94c50e8",
6+
"metadata": {},
7+
"source": [
8+
"# plotting data using seaborn"
9+
]
10+
},
11+
{
12+
"cell_type": "code",
13+
"execution_count": null,
14+
"id": "8d8d877f-4762-4e6f-b4b0-ce4f7fe05d66",
15+
"metadata": {},
16+
"outputs": [],
17+
"source": []
18+
}
19+
],
20+
"metadata": {
21+
"kernelspec": {
22+
"display_name": "Python 3 (ipykernel)",
23+
"language": "python",
24+
"name": "python3"
25+
},
26+
"language_info": {
27+
"codemirror_mode": {
28+
"name": "ipython",
29+
"version": 3
30+
},
31+
"file_extension": ".py",
32+
"mimetype": "text/x-python",
33+
"name": "python",
34+
"nbconvert_exporter": "python",
35+
"pygments_lexer": "ipython3",
36+
"version": "3.11.6"
37+
}
38+
},
39+
"nbformat": 4,
40+
"nbformat_minor": 5
41+
}

0 commit comments

Comments
 (0)
Please sign in to comment.