Skip to content

Commit 74ea9c7

Browse files
committed
remove old imports, fix html
1 parent 01ef28e commit 74ea9c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

topicnet/demos/PostNauka-Recipe.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
"outputs": [],
6666
"source": [
6767
"from topicnet.dataset_manager import load_dataset\n",
68-
"from topicnet.cooking_machine.config_parser import build_experiment_environment_from_yaml_config\n",
69-
"from topicnet.cooking_machine.dataset import get_modality_vw\n",
7068
"from topicnet.cooking_machine.model_tracking import START\n",
7169
"from topicnet.cooking_machine.pretty_output import make_notebook_pretty\n",
7270
"from topicnet.cooking_machine.recipes import BaselineRecipe\n",
@@ -116,7 +114,7 @@
116114
"source": [
117115
"## Loading data<a id=\"data\"></a>\n",
118116
"\n",
119-
"<div style=\"text-align: right\">Back to <a href=#contents>Contents</a></div"
117+
"<div style=\"text-align: right\">Back to <a href=#contents>Contents</a></div>"
120118
]
121119
},
122120
{

0 commit comments

Comments
 (0)