[IPython-dev] Templating library for IPython

Brian Granger ellisonbg at gmail.com
Wed Feb 8 14:58:03 EST 2012


On Wed, Feb 8, 2012 at 11:07 AM, MinRK <benjaminrk at gmail.com> wrote:
>
>
> On Mon, Feb 6, 2012 at 22:05, Fernando Perez <fperez.net at gmail.com> wrote:
>>
>> On Mon, Feb 6, 2012 at 9:51 PM, Brian Granger <ellisonbg at gmail.com> wrote:
>> >
>> > What do people think about this plan?
>>
>> There's another point in favor of jinja2: it's what sphinx uses.  This
>> means:
>>
>> - we're already somewhat familiar with it (at least those of us who
>> have messed with customizing sphinx builds at the template level)
>>
>> - it may make it easier to produce high-quality html via sphinx
>> integration from notebooks.
>>
>> > How would we handle the dependency issue?  We could put jinja2 in
>> > externals, but we would have to change all of its import statements.
>>
>> Yes, the dependency question is the one that bothers me...  No good
>> ideas right now, I'm afraid.
>
>
> The notebook has two external dependencies already (pyzmq, tornado).  Why
> should we ship jinja ourselves, especially when it's by far the most common
> and largest of the three?

Yes, as I have thought about this over the past few days, I am more
leaning towards just making it an external dependency.



> -MinRK
>
>>
>>
>> Thanks for doing the legwork!
>>
>> f
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>



-- 
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu and ellisonbg at gmail.com



More information about the IPython-dev mailing list