Console when running the app

Is this a possibility?

To have a console when running code.

That way you could test things out during the run phase rather than having to keep switching between the IDE and running the app.

It’d be cool to do things like

>>> x = anvil.server.call('foo', bar)
>>> x
'hello world!'
4 Likes

It would be super cool if the Output window was an IPtython console.

2 Likes

merged with existing similar FR

1 Like