-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Discussions] How to separate python kernel and nodejs kernel #1008
Comments
Sounds great, but it's carefully to organize the code since there is a dependency between codes. |
Thanks @bifenglin's advice. How about this? |
Hi @frank-zsy, do you think it's OK? |
Yes, maybe this is a better way, and we can move related notebook and docker image scripts into the folder too since they are also language independent. |
OK, I'll work on this. |
/self-assign |
@xgdyp What's the progress here? |
Hi @frank-zsy , I'm still working on it. I'd finish this before Wednesday's biweekly meeting. |
Closed by #1035 |
Hi All, as @frank-zsy said in #968, we need to separate two kernel so developers can focus on one. But now I don't have ideas on how to organize code. One possible method is to create folders like
src/node/
and src/python/`. Is there any other possible methods?The text was updated successfully, but these errors were encountered: