[IPython-dev] [ANN] IPython 3.0.0rc1

Max Linke max_linke at gmx.de
Mon Feb 16 04:44:07 EST 2015


Hi

Thanks for all your work. The new version runs smooths besides using 
extensions for the notebooks.

Is there a document describing how to migrate my custom.js to 3.0?
I currently use 'IPython.load_extensions()' in my custom.js which 
produces the error 'TypeError: IPython.load_extensions() is not a 
function'. Has this function been deprecated or replaced recently?

This is the full content of my custom.js

IPython.load_extensions('toc', 'gist', 'hide_input_all',
         'calico-spell-check', 'calico-document-tools', 'theme_toggle');

$([IPython.events]).on('app_initialized.NotebookApp', function(){
     require(['/nbextensions/codefolding/codefolding.js'])
});

$([IPython.events]).on('app_initialized.NotebookApp', function(){
IPython.load_extensions('macro-cell');
});

best Max

On 02/14/2015 12:17 AM, MinRK wrote:
> The first release candidate for IPython 3.0 is out. As with the beta,
> please check it out and report any problems. Hopefully this will become
> IPython 3.0 final by the end of the month.
>
> As with the beta, you can install the release candidate:
>
> pip install --pre "ipython[all]"
>
> See the release notes
> <http://ipython.org/ipython-doc/dev/whatsnew/version3.html#release-3-0> for
> what’s new.
>
> Thanks everyone for helping get this out.
> -Min RK, on behalf of the IPython team
>>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



More information about the IPython-dev mailing list