Pierre Guillod
a1bacf9623
* Notebook names and titles were out of date * Add captions to workflow diagrms * Fix READMEs (setup flows) * Fix READMEs extracts in slides (cf. above) |
||
---|---|---|
.. | ||
build | ||
svg | ||
tb | ||
v | ||
xls | ||
.gitignore | ||
environment.yml | ||
README.md | ||
semicustom.ipynb |
Semicustom design
Environment
Make sure Anaconda is installed and that you are in the semicustom
directory. The semicustom environment can be created, updated and activated using:
conda env create # Not for Docker
conda activate semicustom
Notebook
The notebook can be openend as follows:
jupyter-notebook # For GNU/Linux, MacOS, WSL
jupyter-notebook --ip 0.0.0.0 --port 1853 --no-browser --allow-root # For Docker