static#
To initialize BokehJS extensions
- class Init(parser: ArgumentParser)[source]#
Initialize a directory as a new bokeh extension.
- invoke(args: Namespace) bool [source]#
Takes over main program flow to perform the subcommand.
This method must be implemented by subclasses. subclassed overwritten methods return different types: bool: Build None: FileOutput (subclassed by HTML, SVG and JSON. PNG overwrites FileOutput.invoke method), Info, Init, Sampledata, Secret, Serve, Static
- Parameters:
args (argparse.Namespace) – command line arguments for the subcommand to parse
- Raises: