Skip to content
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

Move Python interactive to a new window (same workspace) #79794

Closed
harrisliuwk opened this issue Aug 26, 2019 · 3 comments
Closed

Move Python interactive to a new window (same workspace) #79794

harrisliuwk opened this issue Aug 26, 2019 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) webview Webview issues

Comments

@harrisliuwk
Copy link

harrisliuwk commented Aug 26, 2019

I have two monitors at work and naturally wonder if I can use one screen for coding and the other for monitoring feedbacks from IPython/Jupyter Notebook/Pyhon Interactive, and the answer is sadly no. Split to left/right is not good because I want space of the entire monitor for viewing csv files and printing large dataframe in Python Interactive tab of full width is also a great pleasure.

When I run a Python program and reveal the Python interactive tab, I tried drag the tab out of the current window and nothing happens. Then I tried command "Duplicate Workspace in New Window" in command pallete to copy my workspace, but when I run my Python program in my new window, it initialize a second Python Interactive tab and apperently it has a different kernal than the first one's. And I can't move my first Python Interactive tab to the new window (of the duplicated workspace).

So is there anything I can do? I had a though that maybe I can change the token of the second Jupyter kernal to reconnect to the old kernal, but didn't figure it out. Thanks ahead for any help.

Btw, I want to ask if there is a common alternative for the name "Python Interactive". If not I would like to suggest a change for "Python Interactive" as it is hard to find the the relevant information when searching with Google. Because a lot of search results about "Python" and "Interactive" come up but few for "Python Interactive" even I've wrap my keyword with quotes.

@vscodebot
Copy link

vscodebot bot commented Aug 26, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@RMacfarlane RMacfarlane self-assigned this Aug 26, 2019
@RMacfarlane
Copy link
Contributor

Related #10121

@RMacfarlane RMacfarlane added the webview Webview issues label Aug 26, 2019
@RMacfarlane RMacfarlane assigned mjbvz and unassigned RMacfarlane Aug 26, 2019
@mjbvz
Copy link
Collaborator

mjbvz commented Aug 26, 2019

Thanks. Please file a feature request against the python extension for this. It will require fixes in VS Code (#10121 and #32818) but this request should be tracked in the python extension

@mjbvz mjbvz closed this as completed Aug 26, 2019
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 26, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) webview Webview issues
Projects
None yet
Development

No branches or pull requests

3 participants