Skip to content

Commit 7493df8

Browse files
authored
Merge pull request #23 from boazcogan/fix/issue_19
Adding pip install nussl to the evaluation page
2 parents 96b67e1 + 806d648 commit 7493df8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

book/basics/evaluation.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,16 @@
175175
"models named ConvTasnet and Open-Unmix, respectively. Have a listen:"
176176
]
177177
},
178+
{
179+
"cell_type": "code",
180+
"execution_count": 1,
181+
"metadata": {},
182+
"outputs": [],
183+
"source": [
184+
"%%capture\n",
185+
"!pip install nussl"
186+
]
187+
},
178188
{
179189
"cell_type": "code",
180190
"execution_count": null,
@@ -256,7 +266,7 @@
256266
"name": "python",
257267
"nbconvert_exporter": "python",
258268
"pygments_lexer": "ipython3",
259-
"version": "3.7.6"
269+
"version": "3.8.8"
260270
}
261271
},
262272
"nbformat": 4,

0 commit comments

Comments
 (0)