[Discuss] customizing the ipython notebook

2014-12-04 Thread Daniel Chen
Hi everyone:

This may be a little off topic, but does anyone know how one can customize
the ipython notebook layout? Coming from RStudio, I actually do not like
the fact that output is placed under my code,
it uses precious vertical space, and sometimes I cannot see all my code
and/or all the output/plots at once.

Ideally there'd be a toggle button to have the output as a side panel for
data exploration, and you can toggle it back to it's current form when one
is happy with the results.

Does anyone know where I'd even begin to look into the code to do this?
It seems like a HTML/CSS issue but I could be very wrong.


- Dan
___
Discuss mailing list
Discuss@lists.software-carpentry.org
http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org

Re: [Discuss] customizing the ipython notebook

2014-12-04 Thread Greg Wilson

Hi Daniel,

This is off-topic for our list, but the ipython-dev list 
(ipython-...@scipy.org) is very active, and very responsive.


Cheers,
Greg

On 2014-12-04 9:03 AM, Daniel Chen wrote:

Hi everyone:

This may be a little off topic, but does anyone know how one can 
customize the ipython notebook layout? Coming from RStudio, I actually 
do not like the fact that output is placed under my code,
it uses precious vertical space, and sometimes I cannot see all my 
code and/or all the output/plots at once.


Ideally there'd be a toggle button to have the output as a side panel 
for data exploration, and you can toggle it back to it's current form 
when one is happy with the results.


Does anyone know where I'd even begin to look into the code to do this?
It seems like a HTML/CSS issue but I could be very wrong.


- Dan


___
Discuss mailing list
Discuss@lists.software-carpentry.org
http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org


--
Dr. Greg Wilson| gvwil...@software-carpentry.org
Software Carpentry | http://software-carpentry.org

___
Discuss mailing list
Discuss@lists.software-carpentry.org
http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org

Re: [Discuss] customizing the ipython notebook

2014-12-04 Thread Raniere Silva
Daniel,

 This may be a little off topic, but does anyone know how one can customize
 the ipython notebook layout?

We did this for Software Carpentry. Please take a look at
bc/_templates/ipynb.tpl (it is Jinja template).

As Greg said, this is off-topic for this list. Please ask at IPython mailing
list if you need more help (or email me in private).

Cheers,
Raniere


signature.asc
Description: Digital signature
___
Discuss mailing list
Discuss@lists.software-carpentry.org
http://lists.software-carpentry.org/mailman/listinfo/discuss_lists.software-carpentry.org