Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# cm-notebooks
|
2 |
+
|
3 |
+
Supporting notebooks used by Custom Models
|
4 |
+
|
5 |
+
## Install and run Jupyter Lab
|
6 |
+
|
7 |
+
```shell
|
8 |
+
mise install
|
9 |
+
```
|
10 |
+
```shell
|
11 |
+
poetry shell
|
12 |
+
poetry install
|
13 |
+
```
|
14 |
+
```shell
|
15 |
+
jupyter lab notebooks/
|
16 |
+
```
|