You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think many people who are used to IPython notebooks really struggle with seeing output above the code that produces it. The "Cell output area" option is great for this. But show_code appears to only show the code below the output. Particularly for app view, I think it will be much clearer to users of my app if they see the code, and then the output
I think this function should
Have an option to specify whether code should come first or output.
If the option is not present, go with whatever is in the settings.
Suggested solution
The first item seems easy enough; it would just be an option to the function that would reverse the order in this statement. But I don't understand the settings system enough to figure out item 2.
The text was updated successfully, but these errors were encountered:
Description
I think many people who are used to IPython notebooks really struggle with seeing output above the code that produces it. The "Cell output area" option is great for this. But
show_code
appears to only show the code below the output. Particularly for app view, I think it will be much clearer to users of my app if they see the code, and then the outputI think this function should
Suggested solution
The first item seems easy enough; it would just be an option to the function that would reverse the order in this statement. But I don't understand the settings system enough to figure out item 2.
The text was updated successfully, but these errors were encountered: