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

Future of kernel gateway ? #334

Closed
btribonde opened this issue Jun 4, 2020 · 7 comments
Closed

Future of kernel gateway ? #334

btribonde opened this issue Jun 4, 2020 · 7 comments

Comments

@btribonde
Copy link

I'm currently using jupyter-kernel-gateway as a dependencie for my project (https://github.com/CFMTech/Jupytab) but suffers from the lack of new release to fix bugs like #325 (merged, but no release since sept-19) or linked to new release of Tornado on windows using python 3.8 (tornadoweb/tornado#2751).

I would be glad to contribute as I prefer to not internalize the kernel gateway code for the http_notebook_mode feature, but I need to know if I can still rely on future release of this project (I understand it is probably no more a priority with the enterprise gateway...)

@kevin-bates
Copy link
Member

Hi @btribonde - thank you for opening this issue. You're absolutely right that kernel gateway has been neglected from a maintenance perspective and a more dedicated volunteer would be welcome. Would you be interested in a maintainer role?

While it's true the Enterprise Gateway replaces (and extends) much of the functionality of JKG, there are definitely use-cases covered by JKG, especially since EG no longer depends on JKG (to provide things like HTTP personality). JKG is perfectly valid if you'd like to detach your notebook files from the server but still just want kernels local to the launching server, or if the HTTP personality is desired.

I will try to put together a 2.4.1 release in the next day or two.

@btribonde
Copy link
Author

Hi @kevin-bates
Thanks for your quick reply and future release. I will not have a lot of time to work on this as I have already other projects (like jupytab) but at least I may contribute to fix bugs and extending tests on windows or other platforms.

@kevin-bates
Copy link
Member

Ok - that sounds great! I think this repository will just require "pings" (like this issue) from time to time since there really isn't a fulltime maintainer. Your patience is appreciated.

Btw, are you suggesting a dependency change be made relative to this comment?

or linked to new release of Tornado on windows using python 3.8 (tornadoweb/tornado#2751)

If so, would you mind providing a pull request?

@btribonde
Copy link
Author

Of course, I have met this issue but don't know if it is linked to jupytab or kernel-gateway. But as we use the same version of tornado probably both.
I will solve this in both repository no problem.

@kevin-bates
Copy link
Member

FYI - I've gone ahead and published 2.4.1: https://pypi.org/project/jupyter-kernel-gateway/

@btribonde
Copy link
Author

Thanks a lot !

@kevin-bates
Copy link
Member

Right on. I'm going ahead and closing this issue. Please feel free to ping us from time to time here. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants