[IPython-dev] Announcing BrowserCast: a Notebook-based presentation tool

Thomas Kluyver takowl at gmail.com
Thu May 23 08:46:59 EDT 2013


On 23 May 2013 05:26, David Wolever <david at wolever.net> wrote:

> Oh? Because the API docs for IPython.core.extension[0] suggest:
> > If filename is given, the file will be so named (inside the extension
> directory). Otherwise, the name from the URL will be used. The file must
> have a .py or .zip extension; otherwise, a ValueError will be raised.
>

Yep, sorry, when that was written, I thought that you could make an
importable zip file. What Python actually allows is putting a zip file on
sys.path to import modules from it, but that's not quite what we need here.
I should remember to updated it.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130523/de95d2d8/attachment.html>


More information about the IPython-dev mailing list