-
Notifications
You must be signed in to change notification settings - Fork 284
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
Only cache ports if the cache_ports flag is set to True #492
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@martinRenou - thank you for adding the flag. Since MultiKernelManager can manage different types (and localities) of kernels, the decision to cache ports for a given KernelManager should, ideally, come from the KernelManager instance.
This sounds like a convoluted design while we are not quite sure why disabling that behavior is required in the first place - and you can still disable it completely. Would you like to have a quick chat to discuss this viva voce? |
@SylvainCorlay Sure - I think that would be great. We can meet here: https://ibm.webex.com/meet/kevin.bates unless you have something else. |
I am on the room. |
As discussed during the meeting. We'll add the flag in |
Would you like to give it a look @kevin-bates ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @martinRenou - thank you!
Go! |
This pull request has been mentioned on Jupyter Community Forum. There might be relevant details there: |
@martinRenou - I took JC 6.0 for a spin in my EG environment yesterday and had an issue with Clearly, the remote kernels don't need (or want) to cache the ports, and I need to change My question is, was it intentional to not have the I may not fully understand how traitlets work, so wanted to get your take on how users should change cc: @SylvainCorlay |
cc. @kevin-bates @SylvainCorlay