Open hoxbro opened 4 months ago
This way, we can check in a notebook if the environment variable is set and give a warning if it is not.
Also available in the jupyter terminal.
import os os.environ.get("_PYVIZ_COMMS_INSTALLED")
This way, we can check in a notebook if the environment variable is set and give a warning if it is not.
Also available in the jupyter terminal.