the live viewer updates when the tube is changed, but not when the code changes. we should reload changed modules too.
not sure if it's possible to dynamically change watched files, and also not sure if importlib has some smart way of checking if a module has changed since it was imported, but the caveman version of just force reimporting everything would be fine.
the live viewer updates when the tube is changed, but not when the code changes. we should reload changed modules too.
not sure if it's possible to dynamically change watched files, and also not sure if importlib has some smart way of checking if a module has changed since it was imported, but the caveman version of just force reimporting everything would be fine.