简体   繁体   中英

How to revert to a less "Jupiter-y" command in VSCode python interactive?

I am extensively using Python on VSCode and the interactive mode. However VSCode keeps changing the interactive interface (I've already asked a question here ) and it is getting difficult to get a consistent workflow.

What I liked about the "old" behaviour of VS code's Python interactive was command line that allowed multi-lines and history scrolling using the up/down arrows. I am personally not a big fan of the more "notebook" style of coding.

Is there a way to get something like what Molly Wang suggested here using up-to-date options?

I am using:

Version: 1.68.1
Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630
Date: 2022-06-14T12:52:13.188Z
Electron: 17.4.7
Chromium: 98.0.4758.141
Node.js: 16.13.0
V8: 9.8.177.13-electron.0
OS: Darwin x64 21.2.0

My current command looks like this:

在此处输入图像描述

Thanks!

Sorry but there is no way to go back to the old style. Your best bet is to log style change suggestions on VS code to change it. The jupyter extension doesn't actually provide the UI for this anymore. It is a core piece of VS code now.

Up/Down should still work in the input box though. It scrolls through the entries that have been typed in the input box.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM