Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
melaniewalsh committed Dec 26, 2021
1 parent dd8a596 commit 379e954
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 05-Text-Analysis/08-Topic-Modeling-Text-Files.html
Original file line number Diff line number Diff line change
Expand Up @@ -8097,7 +8097,7 @@ <h2>Explore Heatmap of Topics and Texts<a class="headerlink" href="#explore-heat
<iframe
width="1000"
height="600"
src="topic-model-output/NYT-obits/categories_by_topics.pdf"
src="topic-model-output/NYT-Obits/categories_by_topics.pdf"
frameborder="0"
allowfullscreen
></iframe>
Expand Down
8 changes: 4 additions & 4 deletions _sources/05-Text-Analysis/08-Topic-Modeling-Text-Files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7635,7 +7635,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {
"tags": [
"hide-input"
Expand All @@ -7649,17 +7649,17 @@
" <iframe\n",
" width=\"1000\"\n",
" height=\"600\"\n",
" src=\"topic-model-output/NYT-obits/categories_by_topics.pdf\"\n",
" src=\"topic-model-output/NYT-Obits/categories_by_topics.pdf\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7fbc90642d30>"
"<IPython.lib.display.IFrame at 0x7fbc90642c10>"
]
},
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 379e954

Please sign in to comment.