From 4aea4a26216a025f2ac852bec6e2147e2d0571fb 2014-06-28 15:56:20 From: Matthias BUSSONNIER Date: 2014-06-28 15:56:20 Subject: [PATCH] add incompat in whats new --- diff --git a/docs/source/whatsnew/pr/incompat-remove-js-container.rst b/docs/source/whatsnew/pr/incompat-remove-js-container.rst new file mode 100644 index 0000000..9f1d943 --- /dev/null +++ b/docs/source/whatsnew/pr/incompat-remove-js-container.rst @@ -0,0 +1,4 @@ +Accessing the `container` DOM object when displaying javascript has been +deprecated in IPython 2.0 in favor of accessing `element`. Starting with +IPython 3.0 trying to access `container` will raise an error in browser +javascript console.