Releases: hoangKnLai/vscode-ipython
Releases · hoangKnLai/vscode-ipython
Initial TreeView and Section Context
Major additions:
TreeViewof files containing section tagJumpTo..., runFile, runSectionfor.pyfile- Added cache for most
sectionrelated operation which improves performance
Others:
- General bug fixes and efficiency updates
- Deprecated usage of system clipboard for code sending to terminal
- Replaced usage of
%loadwith%run -iand%runfor all code section execution (single line execution continued using standardsendText) - General update to README