[IPython-dev] set_next_input() multiple times
Anton Akhmerov
anton.akhmerov at gmail.com
Sat Feb 14 16:23:23 EST 2015
> Here is an extension that creates (or updates) the TOC when you click on it.
> It doesn't auto-update as you change headings, but you could probably easy
> make such an extension. Also shown numbering, and section moving. Has been
> updated to work with IPython 3.
Thanks a lot, this is just what I need.
Best,
Anton
> -Doug
>
>
>>
>>
>> Thanks,
>> Anton
>>
>>
>> On Sat, Feb 14, 2015 at 4:40 PM, John Omernik <john at omernik.com> wrote:
>> > Basically, I am trying to have some helper magic functions that fill
>> > in code for me. I've bene able to achieve this through putting two
>> > lines into one cell :) Thanks though, (I feel kinda silly that I had
>> > to ask :)
>> >
>> > On Fri, Feb 13, 2015 at 4:48 PM, Thomas Kluyver <takowl at gmail.com>
>> > wrote:
>> >> On 13 February 2015 at 12:22, John Omernik <john at omernik.com> wrote:
>> >>>
>> >>> So there is not a way to programmatically add a couple of cells in
>> >>> iPython Notebook?
>> >>
>> >>
>> >> Not really from the kernel, where the user's code is executed. The idea
>> >> is
>> >> that the code in the notebook doesn't know about the notebook document.
>> >>
>> >> What are you trying to achieve, in a larger sense? We may be able to
>> >> suggest
>> >> another way to do it.
>> >>
>> >> Thomas
>> >>
>> >> _______________________________________________
>> >> IPython-dev mailing list
>> >> IPython-dev at scipy.org
>> >> http://mail.scipy.org/mailman/listinfo/ipython-dev
>> >>
>> > _______________________________________________
>> > IPython-dev mailing list
>> > IPython-dev at scipy.org
>> > http://mail.scipy.org/mailman/listinfo/ipython-dev
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
>
> _______________________________________________
> 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