From 9846a0edf4da3fbffe664deb928d3002e9e80f3c Mon Sep 17 00:00:00 2001 From: Holger Roth Date: Fri, 21 Feb 2025 17:06:21 -0500 Subject: [PATCH] uncomment --- examples/advanced/bionemo/downstream/downstream_nvflare.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced/bionemo/downstream/downstream_nvflare.ipynb b/examples/advanced/bionemo/downstream/downstream_nvflare.ipynb index 0a04bd65c5..045fc63d6a 100644 --- a/examples/advanced/bionemo/downstream/downstream_nvflare.ipynb +++ b/examples/advanced/bionemo/downstream/downstream_nvflare.ipynb @@ -35,7 +35,7 @@ }, "outputs": [], "source": [ - "# %%capture --no-display --no-stderr cell_output\n", + "%%capture --no-display --no-stderr cell_output\n", "! pip install fuzzywuzzy PyTDC --no-dependencies # install tdc without dependencies to avoid version conflicts in the BioNeMo container\n", "! pip install nvflare~=2.6\n", "\n",