How do I open up a tab
-
How do I open up a new pythonista tab in code?
-
Do you mean open an Editor tab for another file or programmatically open a tab view?
-
@ClackHack, or another tab in the console view?
-
@mikael yeah, like the button in the top right
-
@stephen with code open up a new console tab
-
@ClackHack, sorry for replying with another question, but what do you want to do with that other tab?
If you
present
a view with the 'panel' option, the view is presented in another tab.Also,
webbrowser.open
opens the url in a new tab.Both of these on an iPhone, not sure about the exact behavior on an iPad.