Compilation¶
Numba can be disabled globally by setting an environment variable, or by changing the config (see Environment variables).
+
Same can be done by creating a configuration file (such as vbt.config) with the following content:
Note
All the commands above have to be done before importing VBT.
+
To check whether Numba is enabled, use is_numba_enabled.