16 Overloaded class with more functionality which is ipython_handler_basf2 specific:
17 * Access the path
and the module
18 * Create basf2 calculations
19 * Use the basf2 widgets
23 """Create a new basf2 calculation mostly overloading the standard calculation."""
31 Show the underlaying ipython_handler_basf2 path in an interactive way
34 if process.path
is not None:
43 Return the modules in the given path.
45 return self.
map_on_processes(
lambda process: process.path.modules()
if process.path
is not None else None, index)
49 Show the dependencies among the data store entries.
52 dependency_JSON = process.get(
"ipython.dependencies")