From a9c9ce6bc8658317f3ad3e763b44cdc9db884f29 Mon Sep 17 00:00:00 2001 From: Thibaut Astic Date: Mon, 15 Feb 2016 19:50:04 -0800 Subject: [PATCH] remove ipywidget --- SimPEG/Examples/sphereElectrostatic_example.py | 1 - 1 file changed, 1 deletion(-) diff --git a/SimPEG/Examples/sphereElectrostatic_example.py b/SimPEG/Examples/sphereElectrostatic_example.py index 4b96f740..7ff1ead1 100644 --- a/SimPEG/Examples/sphereElectrostatic_example.py +++ b/SimPEG/Examples/sphereElectrostatic_example.py @@ -2,7 +2,6 @@ from scipy.constants import epsilon_0 import matplotlib.pyplot as plt import matplotlib.colors as colors import numpy as np -from ipywidgets import * from SimPEG.Utils import ndgrid, mkvc '''