Show More
@@ -269,11 +269,6 b' var IPython = (function (IPython) {' | |||
|
269 | 269 | return; |
|
270 | 270 | }; |
|
271 | 271 | |
|
272 | Kernel.prototype.object_info_request = function(objname, callback){ | |
|
273 | console.log('Warning object_info_request is deprecated, use object_info') | |
|
274 | return this.object_info(objname, callback.shell.reply) | |
|
275 | } | |
|
276 | ||
|
277 | 272 | /** |
|
278 | 273 | * Execute given code into kernel, and pass result to callback. |
|
279 | 274 | * |
@@ -1,4 +1,2 b'' | |||
|
1 | 1 | * ``object_info_request`` as been replaced by ``object_info`` for consistency in the javascript API. |
|
2 | 2 | ``object_info`` as a simpler interface to register callback that is incompatible with ``object_info_request``. |
|
3 | a shim that print a deprecation warning in js console as been added for the time beeing but will be removed | |
|
4 | in future version. |
General Comments 0
You need to be logged in to leave comments.
Login now