Skip to content

Commit

Permalink
🎨 Without html
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Aug 15, 2023
1 parent 72fbbf7 commit 630a005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/bulk_rna_seq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
},
{
Expand Down

0 comments on commit 630a005

Please sign in to comment.