From fda93125b413739ed5b7e6cd6656800afd1af374 Mon Sep 17 00:00:00 2001 From: Brendan Cooley Date: Mon, 20 May 2024 21:53:10 -0400 Subject: [PATCH] cleanup nb --- notebooks/source/hsgp_example.ipynb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/notebooks/source/hsgp_example.ipynb b/notebooks/source/hsgp_example.ipynb index 75659228c7..0bfcafc235 100644 --- a/notebooks/source/hsgp_example.ipynb +++ b/notebooks/source/hsgp_example.ipynb @@ -20,17 +20,9 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "zsh:1: command not found: pip\n" - ] - } - ], + "outputs": [], "source": [ "!pip install -q numpyro@git+https://github.com/pyro-ppl/numpyro arviz" ]