From b9f9084be0d60332f50af5e833f11ab0d885e888 Mon Sep 17 00:00:00 2001 From: Miikka Vaisala Date: Mon, 17 Jun 2019 16:47:36 +0800 Subject: [PATCH] Cleanup --- analysis/python/jupyter/notebook_example.ipynb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/analysis/python/jupyter/notebook_example.ipynb b/analysis/python/jupyter/notebook_example.ipynb index 682bb8d..d1ed7e9 100644 --- a/analysis/python/jupyter/notebook_example.ipynb +++ b/analysis/python/jupyter/notebook_example.ipynb @@ -7,9 +7,7 @@ "outputs": [], "source": [ "import astar.data as ad\n", - "import astar.visual as vis\n", - "#import pylab as plt \n", - "#import numpy as np " + "import astar.visual as vis" ] }, { @@ -48,13 +46,6 @@ "vis.slices.plot_3(mesh, mesh.uu[0], title = r'$u_x$', bitmap = False, fname = 'uux')" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, { "cell_type": "code", "execution_count": null,