Skip to content

Commit

Permalink
Merge pull request #1454 from ioam/extension_exception_fix
Browse files Browse the repository at this point in the history
Ignoring all ImportErrors when setting notebook_extension stub
  • Loading branch information
philippjfr committed May 18, 2017
2 parents 360747b + 016f5f0 commit 8c937f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions holoviews/__init__.py
Expand Up @@ -43,8 +43,6 @@
class notebook_extension(param.ParameterizedFunction):
def __call__(self, *args, **opts):
raise Exception("IPython notebook not available")
if str(e) != 'No module named IPython':
raise e


# A single holoviews.rc file may be executed if found.
Expand Down

0 comments on commit 8c937f5

Please sign in to comment.