From db3c45e12de05de0813bd1f8207dc5792ef758ea Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Wed, 19 Dec 2018 15:53:46 +1100 Subject: [PATCH] Add line_profiler to environment --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index edfc2de..becc899 100644 --- a/environment.yml +++ b/environment.yml @@ -14,6 +14,7 @@ dependencies: - ipython - ipywidgets - matplotlib + - line_profiler - nbformat - notebook - numpy