Apps. Reference#

babcalc app.#

Customized Python REPL for MesoMath

main()#

Entry point

run_script(path: str)#

Execute a .py file in the current context.

Parameters:

path (str) – path to the .py file

start_interactive_repl(local_vars: dict = None, banner: str = '')#

babcalc interactive REPL

Parameters:
  • local_vars (dict, optional) – context variables dictionary , defaults to None

  • banner (str, optional) – welcome banner, defaults to “”

ibabcalc app.#

Customized IPython REPL for MesoMath

main()#

Entry point

start_ibabcalc()#

ibabcalc interactive REPL