Emperor.
make_emperor
(standalone=False)¶Build an emperor plot
Parameters: | standalone : bool
|
---|---|
Returns: | str
|
See also
emperor.core.Emperor.copy_support_files
Notes
The standalone
argument is intended for the different use-cases
that Emperor can have, either as an embedded widget that lives inside,
for example, the Jupyter notebook, or alternatively as an HTML file
that refers to resources locally. In this case you will need to copy
the support files by calling the copy_support_files
method.