This PR adds support for user-customized graph node labels, per STIX ID. (The pre-existing customizability was per-type.) It also adds support in the Jupyter support display() function for passing config settings. This allows config settings to be passed into stix2viz from python.
(These capabilities will be used in the STIX prototyping language Jupyter notebook documentation, to make graphs more understandable, and easier to align to language statements.)
This PR adds support for user-customized graph node labels, per STIX ID. (The pre-existing customizability was per-type.) It also adds support in the Jupyter support
display()
function for passing config settings. This allows config settings to be passed into stix2viz from python.(These capabilities will be used in the STIX prototyping language Jupyter notebook documentation, to make graphs more understandable, and easier to align to language statements.)