-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
WIP: Feature: fork kernel #410
Open
maartenbreddels
wants to merge
7
commits into
ipython:main
Choose a base branch
from
maartenbreddels:feat_fork
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 2, 2019
-
Don't redirect stdout if nose machinery is not present
By spawning subprocesses with `stdout = open('/dev/null')` then PyCharm is not able to attach to them. This is specially painful when debugging the tests in test_kernel(), where the methods `kernel()` do spawn kernels in subprocesses if required.
Configuration menu - View commit details
-
Copy full SHA for f1df72c - Browse repository at this point
Copy the full SHA f1df72cView commit details
Commits on Sep 5, 2019
-
This is the directory created by PyCharm
Configuration menu - View commit details
-
Copy full SHA for f03f443 - Browse repository at this point
Copy the full SHA f03f443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da574d - Browse repository at this point
Copy the full SHA 2da574dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e20f81 - Browse repository at this point
Copy the full SHA 3e20f81View commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0422bfa - Browse repository at this point
Copy the full SHA 0422bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a29e4 - Browse repository at this point
Copy the full SHA 03a29e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083458e - Browse repository at this point
Copy the full SHA 083458eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.