Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to Input/Output display rather than overwriting Input #23

Open
jegonzal opened this issue Aug 21, 2013 · 2 comments
Open

Default to Input/Output display rather than overwriting Input #23

jegonzal opened this issue Aug 21, 2013 · 2 comments

Comments

@jegonzal
Copy link

For consistency with notebook models like iPython and Mathematica when a cell is evaluated the output should probably not "overwrite" the code by default but instead be displayed below it. This can be toggled after each evaluation using the view interface but the default behavior should be "input/output".

Is there a way to specify this by default as a command line argument?

@KenCoder
Copy link
Contributor

KenCoder commented Sep 3, 2013

It doesn't overwrite the input, it hides it. You can re-show it using View -> Input/Output. You can also double-click on the blue bar next to the output and it will show the input. If you press Ctrl+Shift+Enter to evaluate, it won't hide the source. You can then move to the next cell with ctrl+shift+downarrow (these are all on Help -> Keyboard shortcuts).

However, I do think it should default to showing the source, and have a per-notebook option to hide

@vincentk
Copy link

Like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants