Commit 9660b61
authored
[THIS-1078] 🐝 Allow no client (#1580)
# Description
In CDF notebooks, we do not need a Client as NeatSession creates it for
you. Thus, we should set the default to `None`. This saves code lines
creating a new session .
<img width="660" height="321" alt="image"
src="https://github.com/user-attachments/assets/c33a3dec-d273-4bba-908e-53b48a1224ff"
/>
## Bump
- [x] Patch
- [ ] Skip
## Changelog
### Improved
- When creating a `NeatSession` in a CDF notebook, you do not have to
pass a `CogniteClient`.1 parent 3be0ec6 commit 9660b61
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments