Adapters
khulnasoft commited on
Commit
c565c3e
·
verified ·
1 Parent(s): 492f334

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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
+ ```