Skip to content

Commit e397577

Browse files
committed
update
1 parent a495aaf commit e397577

File tree

1 file changed

+3
-1
lines changed
  • doc/in-situ-python-analysis/jupyter-notebook

1 file changed

+3
-1
lines changed

doc/in-situ-python-analysis/jupyter-notebook/frontend.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Put Python statements and libyt defined commands in separate cells.
2222
3. Every MPI process executes the same piece of input synchronously.
2323
4. Get outputs from each process and print feedbacks on the screen.
2424

25-
```{attention}
25+
```{tip}
2626
Changes is kept and maintained in user's inline [`script`](../../libyt-api/yt_initialize.md#yt_param_libyt)'s namespace, and it will be brought to the following round of in situ analysis.
2727
```
2828

@@ -38,6 +38,8 @@ This is the same as traditional Jupyter Notebook UI. Be careful when sending ker
3838

3939
```{attention}
4040
If the notebook is connected to libyt kernel, restarting only exits the kernel, and libyt API [`yt_run_JupyterKernel`](../../libyt-api/yt_run_jupyterkernel.md#yt_run_jupyterkernel) returns. It won't restart another kernel by itself.
41+
42+
Interruption is not supported in libyt kernel yet.
4143
```
4244

4345
## How to Exit

0 commit comments

Comments
 (0)