We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9343a commit 9b41604Copy full SHA for 9b41604
README.Rmd
@@ -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
+```{python tags=c("hide-cell")}
+# this keeps the pandas dataframe repr from spitting out scoped style tags
+# which don't render on github
+import pandas as pd
+pd.set_option("display.notebook_repr_html", False)
+```
14
15
# pins-python
16
0 commit comments