[IPython-User] [notebook] switch display of cell numbers
Matthias BUSSONNIER
bussonniermatthias@gmail....
Fri Jan 4 05:48:15 CST 2013
Le 3 janv. 2013 à 20:02, K.-Michael Aye a écrit :
> Could we have the possibilty for switching off not only the line
> numbers within cells (as it already exists), but also to remove the
> display of the cell numbers that reflect the execution history on the
> very left?
> I think it can be desirable at times, when using the notebook for
> blogging to switch off the numbering.
I suppose you speak of nbconvert.
Not out of the box,
but removing this line
https://github.com/ipython/nbconvert/blob/master/converters/html.py#L134
and change this one
https://github.com/ipython/nbconvert/blob/master/converters/html.py#L66
to content = ''
should work.
--
Matthias
>
> Possible?
>
> Happy New Year everybody!
>
> Michael
>
>
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
More information about the IPython-User
mailing list