# Semicustom digital design ## Environment Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using: ```sh conda env create --file env-semicustom.yml conda activate semicustom conda update --all ``` ## Notebook The notebook can be openend as follows: ```sh jupyter notebook ```