Commit 0b889810 authored by Andrei Barbu's avatar Andrei Barbu

ipython -> jupyter

parent e8a2de66
...@@ -66,9 +66,9 @@ class IHaskellDisplay a where ...@@ -66,9 +66,9 @@ class IHaskellDisplay a where
-- | Display as an interactive widget. -- | Display as an interactive widget.
class IHaskellDisplay a => IHaskellWidget a where class IHaskellDisplay a => IHaskellWidget a where
-- | Target name for this widget. The actual input parameter should be ignored. By default evaluate -- | Target name for this widget. The actual input parameter should be ignored. By default evaluate
-- to "ipython.widget", which is used by IPython for its backbone widgets. -- to "jupyter.widget", which is used by IPython for its backbone widgets.
targetName :: a -> String targetName :: a -> String
targetName _ = "ipython.widget" targetName _ = "jupyter.widget"
-- | Target module for this widget. Evaluates to an empty string by default. -- | Target module for this widget. Evaluates to an empty string by default.
targetModule :: a -> String targetModule :: a -> String
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment