Skip to content

Commit 831dde3

Browse files
Snowwpandapre-commit-ci[bot]edoardob90yakutovicha
authored
Plotly intro tutorial (#323)
* Add updates for Plotly Intro tutorial * fixed import errors * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove solution * Update dependencies * [skip ci] Rename notebooks; update index * finished renaming and smaller fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [skip ci] added toc * [skip ci] Update toc * Various little changes: - Add table of content. - Move references to the top. - Fix typos. - Little reformatting. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edoardo Baldi <edoardob90@gmail.com> Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com>
1 parent cbd5572 commit 831dde3

11 files changed

+7499
-1
lines changed

00_index.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,21 @@
3434
"\n",
3535
"# Hands-On Projects\n",
3636
"\n",
37+
"- [Introduction to data exploration](./30_introduction_data_exploration.ipynb)\n",
3738
"- [Image Classification](./31_image_classification.ipynb)\n",
3839
"- [Language Modeling (part 1)](./32_language_modeling_1.ipynb)\n",
3940
"\n",
4041
"# Additional Topics\n",
4142
"\n",
4243
"- [Parallelism and concurrency in Python](./14_threads.ipynb)\n"
4344
]
45+
},
46+
{
47+
"cell_type": "code",
48+
"execution_count": null,
49+
"metadata": {},
50+
"outputs": [],
51+
"source": []
4452
}
4553
],
4654
"metadata": {
@@ -59,7 +67,7 @@
5967
"name": "python",
6068
"nbconvert_exporter": "python",
6169
"pygments_lexer": "ipython3",
62-
"version": "3.12.10"
70+
"version": "3.10.10"
6371
}
6472
},
6573
"nbformat": 4,

30_introduction_data_exploration.ipynb

Lines changed: 1316 additions & 0 deletions
Large diffs are not rendered by default.

binder/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ dependencies:
3333
- torchvision
3434
- albumentations
3535
- grad-cam
36+
- plotly

data/data_exploration/World-happiness-report-updated_2024.csv

Lines changed: 2364 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)