lightningchart package

Subpackages

Submodules

lightningchart.conf module

lightningchart.instance module

class lightningchart.instance.Instance[source]

Bases: object

close()[source]
get(id: str, command: str = None, arguments: dict = None)[source]
open(method: str = None, live: bool = False, width: int | str = '100%', height: int | str = 600)[source]
send(id: str, command: str, arguments: dict = None)[source]
set_data_preservation(enabled: bool)[source]
lightningchart.instance.create_html(items)[source]
lightningchart.instance.display_html(html_content, notebook=False, width: int | str = '100%', height: int | str = 600)[source]
lightningchart.instance.get_free_port()[source]
lightningchart.instance.js_functions()[source]

Module contents

lightningchart.set_license(license_key: str, license_information: dict[str, str] = None)[source]