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

PR: Load kernel json files anywhere in the filesystem #3717

Merged
merged 2 commits into from
Nov 21, 2016

Conversation

mariacamilarg
Copy link
Contributor

@mariacamilarg mariacamilarg commented Nov 21, 2016

Fixes #3630

@mariacamilarg mariacamilarg changed the title now it is possible to use a json connection file that is not in jupyter runtime dir PR: Now it is possible to use a json connection file that is not in jupyter runtime dir Nov 21, 2016
connection_file = find_connection_file(osp.basename(connection_file))
cf = osp.split(connection_file)
cf_path = cf[0]
cf_filename = cf[1]
Copy link
Member

Choose a reason for hiding this comment

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

Please use osp.basename for the filename and osp.dirname for its directory.

@ccordoba12 ccordoba12 changed the title PR: Now it is possible to use a json connection file that is not in jupyter runtime dir PR: Load kernel json files anywhere in the filesystem Nov 21, 2016
@ccordoba12 ccordoba12 added this to the v3.1 milestone Nov 21, 2016
@ccordoba12 ccordoba12 merged commit 6e9b1fd into spyder-ide:3.x Nov 21, 2016
ccordoba12 added a commit that referenced this pull request Nov 21, 2016
@mariacamilarg mariacamilarg deleted the fixes_issue_3630 branch January 1, 2017 09:20
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.

3 participants