We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c252264 + 3d572c2 commit 2e484eeCopy full SHA for 2e484ee
notebook/README.md
@@ -2,6 +2,16 @@
2
* Please use notebook_lib and notebook utils to analysis, if you want to create new function, just add it on folder
3
* If you added new function and library in folders, please update README file for instruction
4
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
+
15
## Library List
16
| Name | Description | Reference or link |
17
|---------|---------|---------|
0 commit comments