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

ensure extension name is passed to TerminalHandler #79

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

minrk
Copy link
Member

@minrk minrk commented Nov 17, 2021

server app patches-in extension name to mixin handlers on self.handlers, but these are not on self.handlers anymore.

As a result, terminals pages cannot be accessed after #63

server app patches-in extension name to mixin handlers on self.handlers,
but these are not on self.handlers anymore.
@minrk
Copy link
Member Author

minrk commented Nov 17, 2021

I'm not 100% sure if there's a better way (e.g. keeping everything in self.handlers so that the parent patches still happen), but this works.

@Zsailer
Copy link
Member

Zsailer commented Dec 3, 2021

Thanks, @minrk. This looks good for now.

@Zsailer Zsailer merged commit 9af10ba into jupyter:master Dec 3, 2021
@Zsailer Zsailer added the bug Something isn't working label Dec 16, 2021
@meeseeksmachine
Copy link

This pull request has been mentioned on Jupyter Community Forum. There might be relevant details there:

https://discourse.jupyter.org/t/nbclassic-terminal-throws-error/12224/2

@santiagobasulto
Copy link

Hello, has this been released yet? I'm running jupyterlab==3.2.6 and it's still broken, but maybe I have to manually update nbclassic? Thanks!

@Zsailer
Copy link
Member

Zsailer commented Jan 11, 2022

Just released this morning, v0.3.5.

@santiagobasulto
Copy link

Thanks @Zsailer 👊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants