Closed DonJayamanne closed 4 years ago
Yep seems to work. Generates the correct links:
### Enhancements
### Fixes
1. Remove transient data when saving a notebook from the interactive window.
([#11151](https://github.com/Microsoft/vscode-jupyter/issues/11151))
1. Make sure not to set ```__file__``` unless necessary as this can mess up some modules (like multiprocessing)
([#12530](https://github.com/Microsoft/vscode-jupyter/issues/12530))
1. For exporting, first check the notebook or interative window interpreter before the jupyter selected interpreter.
([#14143](https://github.com/Microsoft/vscode-jupyter/issues/14143))
1. Support nbconvert version 6+ for exporting notebooks to python code.
([#14169](https://github.com/Microsoft/vscode-jupyter/issues/14169))
1. Do not escape output in the actual ipynb file.
([#14182](https://github.com/Microsoft/vscode-jupyter/issues/14182))
1. Fix interactive debugging starting (trimQuotes error).
([#14212](https://github.com/Microsoft/vscode-jupyter/issues/14212))
1. Use the kernel defined in the metadata of Notebook instead of using the default workspace interpreter.
([#14213](https://github.com/Microsoft/vscode-jupyter/issues/14213))
1. Fix latex output not showing up without a 'display' call.
([#14216](https://github.com/Microsoft/vscode-jupyter/issues/14216))
1. Fix markdown cell marker when exporting a notebook to a Python script.
([#14359](https://github.com/Microsoft/vscode-jupyter/issues/14359))
### Code Health
1. Functional test failures related to kernel ports overlapping.
([#14290](https://github.com/Microsoft/vscode-jupyter/issues/14290))
1. Change message from `IPython kernel` to `Jupyter kernel`.
([#14309](https://github.com/Microsoft/vscode-jupyter/issues/14309))
Blech. I'm working on this. Can't seem to assign it at the moment.