We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5862022 commit 1a7b36eCopy full SHA for 1a7b36e
CHANGELOG.md
@@ -7,9 +7,8 @@
7
8
- `Enhancement` A minor tweak to allow ODS output to be left 'asis' for internal testers here at SAS.
9
Since SASPy started, the returned ODS Document from SAS has been tweakd to get it to render in Jupyter
10
-better than it looks by default. This new key in the `SAS_output_options` configuration option allows for this.
11
-
12
- 'asis' : False # defaults to how this has always worked
+better than it looks by default. This new key in the `SAS_output_options` configuration option allows for this:
+`'asis' : False # defaults to how this has always worked`
13
14
15
### Changed
0 commit comments