.. | ||
cad | ||
.gitignore | ||
environment.yml | ||
environment.yml.tpl | ||
fullcustom.ipynb | ||
README.md |
Fullcustom design
Environment
Make sure Anaconda is installed and that you are in the fullcustom
directory. The fullcustom environment can be created, updated and activated using:
conda env create # Not for Docker
conda activate fullcustom
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