Skip to content

Commit 2e484ee

Browse files
authored
Merge pull request #15 from OpenKBC/engineering_dev
Engineering dev
2 parents c252264 + 3d572c2 commit 2e484ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

notebook/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
* Please use notebook_lib and notebook utils to analysis, if you want to create new function, just add it on folder
33
* If you added new function and library in folders, please update README file for instruction
44

5+
## Guide for docker volumes
6+
* Please mount or bind with this information
7+
```yaml
8+
## Local path:container path
9+
- notebook/notebook_lib:/home/jovyan/work/notebook_lib
10+
- notebook/notebook_utils:/home/jovyan/work/notebook_utils
11+
- notebook/resultFiles:/home/jovyan/work/resultFiles
12+
- data:/home/jovyan/data
13+
```
14+
515
## Library List
616
| Name | Description | Reference or link |
717
|---------|---------|---------|

0 commit comments

Comments
 (0)