diff --git a/examples.ipynb b/examples.ipynb index 45a96848..64c49f34 100644 --- a/examples.ipynb +++ b/examples.ipynb @@ -46,11 +46,8 @@ "import glob\n", "import torch\n", "import os\n", - "import matplotlib.pyplot as plt\n", - "%matplotlib inline\n", "\n", - "from IPython.display import Image \n", - "from IPython.display import clear_output\n", + "from IPython.display import Image, clear_output\n", "print('PyTorch %s %s' % (torch.__version__, torch.cuda.get_device_properties(0) if torch.cuda.is_available() else 'CPU'))" ], "execution_count": 39, @@ -337,4 +334,4 @@ "outputs": [] } ] -} \ No newline at end of file +}