2023-04-09 22:43:22 +02:00
|
|
|
# Semicustom digital design
|
|
|
|
|
|
|
|
## Environment
|
|
|
|
|
2023-04-09 22:49:37 +02:00
|
|
|
Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using:
|
2023-04-09 22:43:22 +02:00
|
|
|
|
2023-04-09 22:51:14 +02:00
|
|
|
```sh
|
2023-04-09 22:43:22 +02:00
|
|
|
conda env create --file env-semicustom.yml
|
2023-04-09 22:49:37 +02:00
|
|
|
conda activate semicustom
|
|
|
|
conda update --all
|
2023-04-09 22:43:22 +02:00
|
|
|
```
|
2023-04-09 22:51:14 +02:00
|
|
|
|
2023-04-09 22:54:28 +02:00
|
|
|
## Notebook
|
|
|
|
|
2023-04-09 22:51:14 +02:00
|
|
|
The notebook can be openend as follows:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
jupyter notebook
|
|
|
|
```
|