From d96342c0370e10019c393a5f80dba278a8c24cd7 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Thu, 8 Sep 2022 17:14:01 -0600 Subject: [PATCH] hacquire images for 10 seconds, display in Jupyter --- hacquire.ipynb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hacquire.ipynb b/hacquire.ipynb index f1c8aa1..3081cad 100644 --- a/hacquire.ipynb +++ b/hacquire.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "#%matplotlib notebook\n", + "#%matplotlib widget" + ] + }, { "cell_type": "code", "execution_count": null, @@ -42,7 +52,7 @@ "metadata": {}, "outputs": [], "source": [ - "test_duration = 1\n", + "test_duration = 10\n", "testing = True\n", "live = True" ]