merge new readme
This commit is contained in:
commit
b5ef8b991c
28
README.md
28
README.md
|
|
@ -32,32 +32,14 @@ from engine import run
|
||||||
run.main()
|
run.main()
|
||||||
```
|
```
|
||||||
|
|
||||||
**Warning**:
|
Same can be run in Jupyter .
|
||||||
**Do Not** publish this package / software to **Any** software repository **except** [DiffyQ-SimCAD's staging branch](https://github.com/BlockScience/DiffyQ-SimCAD/tree/staging) or its **Fork**
|
|
||||||
|
|
||||||
**Jupyter Setup:**
|
|
||||||
|
|
||||||
Step 1. Create Virtual Environment:
|
|
||||||
```bash
|
```bash
|
||||||
cd DiffyQ-SimCAD
|
jupyter notebook
|
||||||
pipenv run python -m ipykernel install --user --name DiffyQ-SimCAD --display-name "DiffyQ-SimCAD Env"
|
|
||||||
```
|
```
|
||||||
Step 2. Run Jupter Notebook:
|
|
||||||
```bash
|
|
||||||
pipenv run jupyter notebook
|
|
||||||
```
|
|
||||||
Step 3. Notebook Management:
|
|
||||||
|
|
||||||
Notebook Directory:
|
|
||||||
|
|
||||||
|
Notebooks Directory:
|
||||||
`/DiffyQ-SimCAD/notebooks/`
|
`/DiffyQ-SimCAD/notebooks/`
|
||||||
|
|
||||||
Note:
|
|
||||||
|
|
||||||
Notebooks should run on the `DiffyQ-SimCAD Env` kernel.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Warning**:
|
||||||
|
**Do Not** publish this package / software to **Any** software repository **except** [DiffyQ-SimCAD's staging branch](https://github.com/BlockScience/DiffyQ-SimCAD/tree/staging) or its **Fork**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue