From 630a005c70c3db0299d2fac539e2fa9d924ce018 Mon Sep 17 00:00:00 2001 From: zethson Date: Tue, 15 Aug 2023 12:37:27 +0200 Subject: [PATCH] :art: Without html Signed-off-by: zethson --- docs/guide/bulk_rna_seq.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/bulk_rna_seq.ipynb b/docs/guide/bulk_rna_seq.ipynb index edb2537..39abbcf 100644 --- a/docs/guide/bulk_rna_seq.ipynb +++ b/docs/guide/bulk_rna_seq.ipynb @@ -275,8 +275,8 @@ "from IPython.display import IFrame\n", "\n", "# Copying file to a directory accessible by the IPython Tornado web server\n", - "shutil.copy(multiqc_file.stage(), \"./multiqc_report.html\")\n", - "IFrame(src=\"multiqc_report.html\", width=1000, height=600)" + "shutil.copy(multiqc_file.stage(), \"./multiqc_report\")\n", + "IFrame(src=\"multiqc_report\", width=1000, height=600)" ] }, {