Skip to content

Commit 5882938

Browse files
eglereaneglerean
authored andcommitted
new workshop on visualizing data with python and gen AI
1 parent b1e4c23 commit 5882938

8 files changed

Lines changed: 819 additions & 5 deletions

content/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
# Add any paths that contain custom static files (such as style sheets) here,
8080
# relative to this directory. They are copied after the builtin static files,
8181
# so a file named "default.css" will overwrite the builtin "default.css".
82-
# html_static_path = ['_static']
82+
html_static_path = ['_static']
83+
html_css_files = ['custom.css']
8384

8485

8586
# HTML context:

content/img/JupyterInterface.png

286 KB
Loading
30.2 KB
Loading

content/img/scenarios_summary.svg

Lines changed: 4 additions & 4 deletions
Loading

content/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ appendix-spectrum
7575
appendix-local-llms
7676
```
7777

78+
```{toctree}
79+
:caption: Workshops
80+
:maxdepth: 1
81+
82+
workshop-data-viz
83+
workshop-jupyter-basics
84+
workshop-datasets
85+
```
86+
7887
(learner-personas)=
7988

8089
## Who is the course for?

content/workshop-data-viz.md

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

0 commit comments

Comments
 (0)