Re: [jupyter] Re: how come cells do not display all my code?

2018-02-06 Thread Andy Davidson
uot;CodeCell": { "cm_config": { "lineWrapping": false } } } $ From: on behalf of Thomas Kluyver Reply-To: Date: Monday, February 5, 2018 at 2:35 AM To: Project Jupyter Subject: Re: [jupyter] Re: how come cells do not display all my code? > Do you hav

Re: [jupyter] Re: how come cells do not display all my code?

2018-02-05 Thread Thomas Kluyver
Do you have any extensions or custom config in your browser? Can you reproduce the problem in another browser? On 5 February 2018 at 07:02, Roland Weber wrote: > Hello Andy, > > maybe there's something in the default stylesheet. I know that long output > is shown with a scrollbar by default, but

Re: [jupyter] Re: how come cells do not display all my code?

2018-02-04 Thread Roland Weber
Hello Andy, maybe there's something in the default stylesheet. I know that long output is shown with a scrollbar by default, but you can click to the left of the output to have that section expanded. Could be that the same thing is in effect for code cells as well. cheers, Roland -- You re

Re: [jupyter] Re: how come cells do not display all my code?

2018-02-02 Thread Andy Davidson
Hi Roland From: on behalf of Roland Weber Reply-To: Date: Tuesday, January 30, 2018 at 11:30 PM To: Project Jupyter Subject: [jupyter] Re: how come cells do not display all my code? > Hello Andy, > > is this about displaying the Python *code*, or the *output* when you run the > code?