From 16cc33f3309945998d2d02268a50a955641df8fd Mon Sep 17 00:00:00 2001 From: HernandoMV Date: Tue, 12 Mar 2024 15:26:33 +0000 Subject: [PATCH] colab code --- docs/figures_notebooks/Figure_S5_TU.ipynb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/figures_notebooks/Figure_S5_TU.ipynb b/docs/figures_notebooks/Figure_S5_TU.ipynb index 5068c1e..95e6a31 100644 --- a/docs/figures_notebooks/Figure_S5_TU.ipynb +++ b/docs/figures_notebooks/Figure_S5_TU.ipynb @@ -11,6 +11,20 @@ "# dopamine signal evoked by the same high and low frequency sounds played while the mouse is freely moving." ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "75f5c411", + "metadata": {}, + "outputs": [], + "source": [ + "# run this on Colab\n", + "!rm -rf APE_paper/\n", + "!git clone https://github.com/HernandoMV/APE_paper.git\n", + "%cd APE_paper/docs/figures_notebooks\n", + "!git checkout YvonneJohansson" + ] + }, { "cell_type": "code", "execution_count": 19,