-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a way to cancel cell runs (all-up and per cell) #3793
Comments
Latest insider build will have this in about 30 minutes: |
@rchiodo is this part of the latest release? quick side question- is the data science stuff integrated into this repo? I wasn't sure why github issues was disabled here (DonJayamanne/vscodeJupyter) or what the relation between the two extensions is was based on both project's READMEs |
@AlJohri this is part of the latest release. You should see a new black square that is the interrupt button on the python interactive window. The datascience work is not in the DonJayamanne/vscodeJupyter extension. Don does work on our team though :). His extension is like the grandfather to the work we're doing now but we are not porting anything we do to his extension. |
thanks for the response @rchiodo! so given the feature overlap, if I want the "Run Cells" functionality is that part of this package or part of Don's package? I saw a couple issues on this repo regarding the Run Cells stuff so I assume its in both? I have both installed so wasn't sure where the functionality was coming from |
Run cells is part of both (we borrowed the idea from Don's package), but Don is not working on his package anymore. @DonJayamanne could probably say more himself. I would recommend you uninstall his package and just use the python package. Any bugs in the 'run cells' functionality with the Microsoft python extension will be looked at. Don's jupyter extension will likely not. |
Got it. Thanks! Would be great to put a short note on top of the other
README if possible :)
On Fri, Nov 30, 2018 at 11:53 AM Rich Chiodo ***@***.***> wrote:
Run cells is part of both (we borrowed the idea from Don's package), but
Don is not working on his package anymore. @DonJayamanne
<https://github.com/DonJayamanne> could probably say more himself. I
would recommend you uninstall his package and just use the python package.
Any bugs in the 'run cells' functionality with the Microsoft python
extension will be looked at. Don's jupyter extension will likely not.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/Microsoft/vscode-python/issues/3314#issuecomment-443266850>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACqSzN65IKzXmQ7Oa5ZsMXodXf6X315dks5u0WKRgaJpZM4Yaqxf>
.
--
- Al
|
Environment data
Actual behavior
XXX
Expected behavior
XXX
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: