2014-08-12 03:38:15 +0200 | answered a question | Wasn't there an option to switch between shift enter evaluates and enter evaluates? It's the top right settings, I was clicking the wrong one. |
2014-08-12 03:33:06 +0200 | commented question | Wasn't there an option to switch between shift enter evaluates and enter evaluates? kcrisman: I'm in the cloud, but answers to both would probably be useful if not to me, to others. |
2014-08-07 19:20:10 +0200 | asked a question | Wasn't there an option to switch between shift enter evaluates and enter evaluates? I seem to remember switching it to enter evaluates after doing several one line python type things. Can you switch it back so that shift enter evaluates? Thanks. |
2014-07-12 19:35:14 +0200 | answered a question | Collapsing cells - comments in directives I know this is a pretty bad necro, but I have found this really useful and wanted to note: If you do something like; Whatever(Whatever, Whatever) %hide print("Hello World") It will hide Whatever but still has the output "Hello World" because it isn't hidden. If you evaluate the cell it hides the input. If you want to show the input again, just double click on it. Hope I helped you and other stumblers. |