Commit e3442ce
authored
vdk-jupyter: improve init message (#2618)
It's better not to provide link to git repo source code. Links to source
code are not best documentation. But also job_input could be changed
through plugins in which case it won't be accurate.
Notebook `help(xxx)` is much more suitable.
Remove the unnecesary warning. it's not critical and even if by mistake
they mark the current cell , they'd quickly find out t problem when
using vdk run
I also made the cell non-editable. During user testing, users were
trying to edit it and this may cause potential issues as it's not
expected
output of help(job_input) looks like that:
1 parent e1bb698 commit e3442ce
File tree
2 files changed
+4
-5
lines changed- projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/src
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
0 commit comments