Feature: Notebook Editor, Interactive Window, Python Editor cells Description When we convert ".ipynb" into ".py" file in VSCode, can it automatically delete the parts similar to "run cell" and "run Below". Tha
Bug: Notebook Editor, Interactive Window, Editor cells My issue is the same as https://github.com/microsoft/vscode-python/issues/8677, except is not resolved... Steps to cause the bug to occur Create or open an existing [myfile].ipynb fi...
This is a vscode extension that converts Jupyter Notebook files (*.ipynb) to Markdown. Usage Right-click the *.ipynb file and click "Convert To Markdown" to generate the *.md file in the current directory. Requirements This extension works by executing the following command: jupyter nbconver...