Skip to content

0. Getting Started

Valentino Scalera edited this page Oct 14, 2025 · 11 revisions

Graphical User Interface

As you run the launch.py script, a python console and the GUI should open. Alternatively, the GUI can be visualized on any browser using the URL http://localhost:8000/gui/html/page_main.html. The main menu of the GUI looks like this:

main_menu

Here is a list of the components shown in the figure and marked with the green numbers

  1. The bar on the top is the navigation bar: it is used no move between different menus. The menu currently active is highlighted in red in the menu (in this case the "Main menu").

  2. The white space underneath the navigation bar is the layers display: it shows a picture of the sample modeled in the current NTMpy session. As different layers are added, the layers display start to draw each of them with a different color (see the figure below).



run_sim

Python Package

Clone this wiki locally