Skip to content

Commit

Permalink
Merge pull request #15 from OpenKBC/engineering_dev
Browse files Browse the repository at this point in the history
Engineering dev
  • Loading branch information
swiri021 authored Sep 14, 2021
2 parents c252264 + 3d572c2 commit 2e484ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
* Please use notebook_lib and notebook utils to analysis, if you want to create new function, just add it on folder
* If you added new function and library in folders, please update README file for instruction

## Guide for docker volumes
* Please mount or bind with this information
```yaml
## Local path:container path
- notebook/notebook_lib:/home/jovyan/work/notebook_lib
- notebook/notebook_utils:/home/jovyan/work/notebook_utils
- notebook/resultFiles:/home/jovyan/work/resultFiles
- data:/home/jovyan/data
```
## Library List
| Name | Description | Reference or link |
|---------|---------|---------|
Expand Down

0 comments on commit 2e484ee

Please sign in to comment.