Um notebook com exemplo de código para controlar os equipamento do laboratório.
git clone https://github.com/QCoDeS/Qcodes.gitcd Qcodes
conda env create -f environment.yml
activate qcodespip install -e .python -m ipykernel install --user --name qcodes --display-name "QCodes Env"Pronto! Basta iniciar o jupyter lab e escolher o kernel "QCodes Env"
Instale jupyterplot com pip
pip install jupyterplot