File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
### Fixes
11
11
12
+ 1 . Restore plotviewer in Native Notebooks.
13
+ ([ #6315 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6315 ) )
14
+ 1 . Fix debugging in ` Interactive Window ` when using ` IPyKernel 6 ` .
15
+ ([ #6534 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6534 ) )
12
16
1 . Add a placeholder ` Python 3 ` kernel if user doesn't have any Python interpreters, with ability to notify user to install Python extenssion or Python runtime.
13
17
([ #5864 ] ( https://github.com/Microsoft/vscode-jupyter/issues/5864 ) )
14
18
1 . Fixes to completion items received from Jupyter.
17
21
([ #5996 ] ( https://github.com/Microsoft/vscode-jupyter/issues/5996 ) )
18
22
1 . Remove popup tip that indicates to users the kernel picker is in the bottom right.
19
23
([ #6016 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6016 ) )
20
- 1 . Restore plotviewer in Native Notebooks.
21
- ([ #6315 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6315 ) )
22
24
1 . Ensure Pyspark kernels are listed.
23
25
([ #6316 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6316 ) )
24
26
1 . Fix problem where the active interpreter is not being used for the interactive window when not running with raw kernel.
25
27
([ #6409 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6409 ) )
26
- 1 . Fix debugging in ` Interactive Window ` when using ` IPyKernel 6 ` .
27
- ([ #6534 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6534 ) )
28
28
1 . ` Ctrl+Enter ` in native notebooks should put cell into command mode immediately, then run the cell.
29
29
([ #6582 ] ( https://github.com/Microsoft/vscode-jupyter/issues/6582 ) )
30
30
1 . List non-traditional (not using ` ipykernel ` ) global Python kernelspecs.
You can’t perform that action at this time.
0 commit comments