Migrated from GitHub
Go to file
Joshua E. Jodesty ee5f912908 exo_proc per ts decorator & refactor mech_step 2018-11-08 10:18:47 -05:00
.idea Environment Cleanup 2018-10-15 12:53:04 -04:00
engine exo_proc per ts decorator & refactor mech_step 2018-11-08 10:18:47 -05:00
notebooks identity fix pt.2 (behaviors) 2018-11-06 08:22:40 -05:00
ui exo_proc per ts decorator & refactor mech_step 2018-11-08 10:18:47 -05:00
.gitignore Environment Cleanup 2018-10-15 12:53:04 -04:00
Pipfile install common packages 2018-09-17 13:38:22 -03:00
Pipfile.lock install common packages 2018-09-17 13:38:22 -03:00
README.md Update README.md 2018-10-16 17:16:19 +02:00
setup.py init packaging 2018-10-09 15:13:38 -04:00
test.py conncur mech step, per-se 2018-10-18 12:10:57 +02:00

README.md

SimCad

Dependencies:

pip install pipenv fn tabulate

Project:

Example Run File: /DiffyQ-SimCAD/test.py

User Interface: Simulation Configuration

Configurations:

/DiffyQ-SimCAD/ui/config.py

Build Tool & Package Import:

Step 1. Build & Install Package locally:

pip install .
pip install -e .

Step 2. Import Package & Run:

from engine import run
run.main()

Warning: Do Not publish this package / software to Any software repository except DiffyQ-SimCAD's staging branch or its Fork

Jupyter Setup:

Step 1. Create Virtual Environment:

cd DiffyQ-SimCAD
pipenv run python -m ipykernel install --user --name DiffyQ-SimCAD --display-name "DiffyQ-SimCAD Env"

Step 2. Run Jupter Notebook:

pipenv run jupyter notebook

Step 3. Notebook Management:

Notebook Directory:

/DiffyQ-SimCAD/notebooks/

Note:

Notebooks should run on the DiffyQ-SimCAD Env kernel.