static#

To build BokehJS extensions

class Build(parser: ArgumentParser)[source]#

Build a bokeh extension in the given directory.

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:

NotImplementedError