From 3447dbe93fece382e0f790c16845c7c6813baa0b Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 11 Sep 2024 14:51:39 +0000 Subject: [PATCH] pip stderr --- workshop.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop.ipynb b/workshop.ipynb index 6c0f04f..0ca166b 100644 --- a/workshop.ipynb +++ b/workshop.ipynb @@ -45,7 +45,7 @@ }, "outputs": [], "source": [ - "!pip install -q anndata==0.10.8 'git+https://github.com/ryan-williams/cellxgene-census.git@1.16.0-py39#subdirectory=api/python/cellxgene_census' flax==0.8.5 leidenalg >/dev/null" + "!pip install -q anndata==0.10.8 'git+https://github.com/ryan-williams/cellxgene-census.git@1.16.0-py39#subdirectory=api/python/cellxgene_census' flax==0.8.5 leidenalg 2>/dev/null" ] }, {