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

Further split some client/kernel functionality #8204

Merged
merged 3 commits into from Apr 1, 2015

Conversation

minrk
Copy link
Member

@minrk minrk commented Mar 30, 2015

connect.py had some kernel-specific functions and some general Juyter functions

The consoleapp base class is also moved to jupyter_client

- general read/write/mixin utils in client.connect
- IPython-application specific in kernel.connect

Still some changes to make on the Jupyter side once we have base JupyterApp
@takluyver
Copy link
Member

There seems to be quite a bit more deleted than added here - did you duplicate some code while splitting client & kernel, and this is paring it back?

@minrk
Copy link
Member Author

minrk commented Mar 31, 2015

Yup, there were two unmodified copies of connect.py. I removed client bits from the one in kernel, and kernel bits from the one in client.

takluyver added a commit that referenced this pull request Apr 1, 2015
Further split some client/kernel functionality
@takluyver takluyver merged commit 719adcb into ipython:master Apr 1, 2015
@minrk minrk deleted the split-kernel-client branch April 1, 2015 17:33
@minrk minrk added this to the 4.0 milestone Apr 1, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants