10#include "MantidAlgorithms/DllConfig.h"
29 const std::string
name()
const override {
return "GenerateIPythonNotebook"; };
31 const std::string
summary()
const override {
32 return "An Algorithm to generate an IPython notebook file to record the "
33 "history of a workspace.";
37 int version()
const override {
return 1; };
38 const std::vector<std::string>
seeAlso()
const override {
return {
"RecordPythonScript",
"GeneratePythonScript"}; }
40 const std::string
category()
const override {
return "Utility\\Python"; }
Base class from which all concrete algorithm classes should be derived.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string name() const override
Algorithm's name for identification.
Helper class which provides the Collimation Length for SANS instruments.