From 5bcab5e13f62342e99f593e56a499d23f31a11b7 Mon Sep 17 00:00:00 2001 From: krassowski Date: Sat, 30 Nov 2019 20:27:55 +0000 Subject: [PATCH] Make the example render faster, remove autoreload --- Example.ipynb | 52 ++++++--------------------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) diff --git a/Example.ipynb b/Example.ipynb index 8ede762..f098ab5 100644 --- a/Example.ipynb +++ b/Example.ipynb @@ -2,17 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -21,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -30,7 +20,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -41,34 +31,11 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "\n", - " \n", - " \n", - " \n", - " " - ], - "text/plain": [ - "" - ] - }, - "execution_count": 5, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "%%manim Shapes\n", + "%%manim Shapes --low_quality\n", "\n", "class Shapes(Scene):\n", "\n", @@ -76,13 +43,6 @@ " circle = Circle(color=COLOR)\n", " self.play(ShowCreation(circle))" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {