Awesome pylab created by Gronemeyer
Clone the repository:
git clone https://github.com/yourusername/yourrepository.git
cd yourrepository
## Usage
```bash
$ python -m pylab launch
#or
$ python -m pylab launch --dev True
MM_CONFIG = r'C:/dev/micro-manager_configuration.cfg'
# Initialize the Core
mmc = CMMCorePlus().instance()
mmc.loadSystemConfiguration(MM_CONFIG)
Read the CONTRIBUTING.md file.