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

Console disconnects from file on name change #4435

Closed
mrinalraghupathi opened this issue Apr 23, 2018 · 1 comment · Fixed by #5321
Closed

Console disconnects from file on name change #4435

mrinalraghupathi opened this issue Apr 23, 2018 · 1 comment · Fixed by #5321
Assignees
Labels
bug pkg:console status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@mrinalraghupathi
Copy link

When I create a new code console for a markdown file (test.md) and enter code x = 4 and then type shift-enter it appears in the code console and I can access x in the console. Now I rename the file to test2.md (rename from JupyterLab interface). Pressing shift-enter now does not send the code to the console, would be good if the console stayed connected to the file even after name change.

@ian-r-rose
Copy link
Member

We should probably listen for pathChanged signals when we create a console for an editor/notebook to keep these in sync.

@blink1073 blink1073 mentioned this issue Sep 28, 2018
31 tasks
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 8, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug pkg:console status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants