Skip to content

Commit 6e9ba59

Browse files
committed
Try running Python code, break actions
1 parent d718f01 commit 6e9ba59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

slides.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ message("Hello world")
139139

140140
## Python
141141

142-
``` python
142+
```{python}
143143
import geopandas as gpd
144144
print("Hello world")
145145
```
@@ -551,6 +551,8 @@ RUN /rocker_scripts/install_julia.sh
551551

552552
## Quickstart: .devcontainer in GitHub codespaces
553553

554+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Robinlovelace/cross_language_projects)
555+
554556
![](images/paste-13.png)
555557

556558
## Setting-up `gh-pages` branch

0 commit comments

Comments
 (0)