Skip to content

Commit 560eda2

Browse files
committed
add caveats in comment
1 parent c0d19ec commit 560eda2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/3-manual/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,12 @@ Right click on the Canvas and select "Import", then choose your jupyter notebook
219219
- Use def-use edges to layout the pods. E.g., order the pods so that edges flow from top-left to bottom-right.
220220

221221
<img src={require("./assets/best-practice.png").default} alt="" width="800"/>
222+
223+
<!-- # Known Caveats
224+
225+
These are problems that have not been addressed in the current implementation.
226+
227+
- Scoped runtime: Python global keyword does not work
228+
- Kernel status: may not be up-to-date. Need manual refresh.
229+
- Kernel metrics need manual refresh. Lag for 15s due to k8s metrics interval.
230+
- Tqdm doesn't work very well, it will output many lines of progress bar. -->

0 commit comments

Comments
 (0)