Welcome to NGApp — a Python framework for building interactive scientific and engineering applications as web or desktop apps.
NGApp makes it easy to turn your existing Python scripts or Jupyter notebooks into user-friendly, production-ready applications — without needing to write a single line of JavaScript or HTML. Whether you're developing a prototype or deploying tools for end users, NGApp provides a clean and Pythonic interface for building rich UIs and synchronizing frontend and backend logic.
You find the documentation HERE.
pip install ngapp[dev]
python -m ngapp.create_app
python -m <app_name> --dev