Benoît Dubreuil
Benoît Dubreuil
> No Python interpreter configured for the project. when I use a Python interpreter installed in my WSL Ubuntu.
For me, only the title is shown, nothing else.
I coded this simple backup in the meantime : ```java public class CustomOracleDatabaseType extends OracleDatabaseType { @Override public boolean isLimitSqlSupported() { return false; } } ```
> Just for the sake of thread-completeness: the fiber generation parameters are also saved. They are in the same file as the simulation parameters Well then, there's is probably a...
Actually, what I'm looking for is how to use FiberFox using Python code. Is there documentation about this? The only thing I found was this : [https://github.com/PennBBL/fiberfox-wrapper](https://github.com/PennBBL/fiberfox-wrapper). Thank you
> Regarding your Fiberfox question. FIberfox or MITK DIffusion in general has no python interface. Nevertheless, you can of course simply call the Fiberfox command line app from python, e.g....