qcodespp.scripts.setup_windows ============================== .. py:module:: qcodespp.scripts.setup_windows .. autoapi-nested-parse:: Creates desktop and start menu shortcuts for qcodes++ offline plotting tool and Jupyter Lab. Functions --------- .. autosummary:: qcodespp.scripts.setup_windows.is_windows qcodespp.scripts.setup_windows.find_python_executable qcodespp.scripts.setup_windows.create_shortcut_script qcodespp.scripts.setup_windows.create_windows_shortcuts qcodespp.scripts.setup_windows.main Module Contents --------------- .. py:function:: is_windows() Check if running on Windows. .. py:function:: find_python_executable() Find the Python executable being used. .. py:function:: create_shortcut_script() Create a Python script that launches offline plotting. .. py:function:: create_windows_shortcuts(path=None) Create Windows shortcuts for qcodes++ offline plotting. .. py:function:: main() Main function to set up Windows shortcuts.