We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1290f9d + a26efff commit fdd379cCopy full SHA for fdd379c
docs/open_source/scan/scan_llm/html.rst
@@ -0,0 +1,3 @@
1
+.. raw:: html
2
+ :file: scan_result_iframe.html
3
+
docs/open_source/scan/scan_llm/first.md docs/open_source/scan/scan_llm/index.md
@@ -353,7 +353,9 @@ scan_results = giskard.scan(giskard_model)
353
display(scan_results) # in your notebook
354
```
355
356
-
+```{eval-rst}
357
+.. include:: ./html.rst
358
+```
359
360
If you are not working in a notebook or want to save the results for later, you can save them to an HTML file like this:
361
docs/open_source/scan/scan_llm/index.rst
0 commit comments