Skip to content

Commit

Permalink
Merge branch 'main' of https:/geocompr/py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldorman committed Jun 11, 2024
2 parents 0ccb7a9 + 2d77cb5 commit 052ed15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 6 additions & 1 deletion 04-geometry-operations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ jupyter: python3
import book_options
```

```{python .content-visible when-format="pdf"}
::: {.content-visible when-format="pdf"}

```{python}
#| echo: false
import book_options_pdf
```

:::


This chapter requires importing the following packages:

```{python}
Expand Down
5 changes: 1 addition & 4 deletions book_options_pdf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
import pandas as pd
pd.options.display.max_colwidth = 13

# Comment this out before building PDF!
pd.options.display.max_colwidth = 35
pd.options.display.max_colwidth = 13

0 comments on commit 052ed15

Please sign in to comment.