Skip to content

Commit 1bb6548

Browse files
committed
add pdf exports
1 parent d7c08da commit 1bb6548

8 files changed

+6
-2
lines changed

01_introduction_to_geospatial.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@
823823
"\n",
824824
"loader = OSMOnlineLoader()\n",
825825
"prague_bikes = loader.load(prague_gdf, {\"amenity\": \"bicycle_rental\"})\n",
826-
"prague_bikes.explore()"
826+
"prague_bikes.explore(tiles=\"CartoDB Positron\")"
827827
]
828828
},
829829
{
@@ -926,7 +926,7 @@
926926
"name": "python",
927927
"nbconvert_exporter": "python",
928928
"pygments_lexer": "ipython3",
929-
"version": "3.10.12"
929+
"version": "3.10.11"
930930
},
931931
"rise": {
932932
"controls": false,

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Use [decktape](https://rise.readthedocs.io/en/stable/exportpdf.html#using-deckta
5252
./node_modules/.bin/decktape rise -s 1920x1080 http://localhost:8888/notebooks/02_srai.ipynb?token=<copy-token> ./export/02_srai.pdf
5353
```
5454

55+
## Exported Slideshow
56+
57+
Visit [export](./export) folder for the rendered slides.
58+
5559
## Used in
5660

5761
- https://pretalx.com/euroscipy-2023/talk/X8LYJY/

export/00_hello.pdf

2.45 MB
Binary file not shown.
7.4 MB
Binary file not shown.

export/02_srai.pdf

6.75 MB
Binary file not shown.

export/03_ml.pdf

3.14 MB
Binary file not shown.

export/04_business_use_case.pdf

5.71 MB
Binary file not shown.

export/06_meet-again.pdf

1.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)