File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
771 . Ensure widgets using IPyWidgets 8.0 get rendered correctly.
88 ([ #8552 ] ( https://github.com/Microsoft/vscode-jupyter/issues/8552 ) )
9- 1 . Display a meaningful message in the cell that last ran when the kernel crashes .
9+ 1 . Display a meaningful message in the cell that last ran when the kernel crashed .
1010 ([ #9375 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9375 ) )
11111 . Add support for connecting to remote jupyter kernels from the web extension. The server needs to start with '--NotebookApp.allow* origin=\_ baseurl* ' in order to connect from a webpage.
1212 ([ #9663 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9663 ) )
1313
1414### Fixes
1515
16- 1 . Don't append another cell to a python file when the cell was empty
16+ 1 . Don't append another cell to a python file when the cell was empty.
1717 ([ #9452 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9452 ) )
18181 . Mark cell as not executing when dismissing the prompt to restart a dead kernel.
1919 ([ #9538 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9538 ) )
6262 ([ #9596 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9596 ) )
63631 . Switch to using URIs wherever possible instead of strings for file paths.
6464 ([ #9599 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9599 ) )
65- 1 . Remove usage of textDocumentNotebook proposed API that was unnecessary
65+ 1 . Remove usage of textDocumentNotebook proposed API that was unnecessary.
6666 ([ #9679 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9679 ) )
67671 . Skip logging the entire server settings.
6868 ([ #9791 ] ( https://github.com/Microsoft/vscode-jupyter/issues/9791 ) )
You can’t perform that action at this time.
0 commit comments