Browse code

add bokeh and matplotlib to the optional notebook requirements

Bas Nijholt authored on 20/02/2018 17:04:39
Showing 1 changed files
... ...
@@ -59,6 +59,8 @@ extras_require = {
59 59
         'jupyter_client>=5.2.2',  # because https://github.com/jupyter/jupyter_client/pull/314
60 60
         'holoviews>=1.9.1',
61 61
         'ipywidgets',
62
+        'bokeh',
63
+        'matplotlib',
62 64
     ],
63 65
 }
64 66