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

Support for IPython/Jupyter 4.x #151

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jjhelmus
Copy link
Contributor

Support for IPython/Jupyter 4.x using the jupyter_client modules.

Method of connecting to 4.x kernels is based off @deto work in PR#144.

@deto
Copy link

deto commented Feb 21, 2016

Great!

@maxwell-k
Copy link

This is great! These changes are working well for me.

if len(s) == 0:
fullpath = find_connection_file()
else:
fullpath = find_connection_file(s.lstrip().rstrip())
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's not necessary to call s.lstrip().rstrip() again as It's already been done in line 153

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.

4 participants