Skip to content

Commit 9b41604

Browse files
committed
docs: update README.Rmd
1 parent 8f9343a commit 9b41604

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.Rmd

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
text_representation:
5-
extension: .Rmd
6-
format_name: rmarkdown
7-
format_version: '1.2'
8-
jupytext_version: 1.13.6
9-
kernelspec:
10-
display_name: venv-pins-python
11-
language: python
12-
name: venv-pins-python
13-
---
1+
```{python tags=c("hide-cell")}
2+
# this keeps the pandas dataframe repr from spitting out scoped style tags
3+
# which don't render on github
4+
import pandas as pd
5+
pd.set_option("display.notebook_repr_html", False)
6+
```
147

158
# pins-python
169

0 commit comments

Comments
 (0)