Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions metakernel/magics/activity_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Distributed under the terms of the Modified BSD License.

try:
from ipwidgets import widgets
except:
from ipywidgets import widgets
except ImportError:
from IPython.html import widgets
from metakernel import Magic, option
import os
Expand Down