-
Notifications
You must be signed in to change notification settings - Fork 283
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
Improve logic for restarting kernels with new ports during initial startup #348
base: main
Are you sure you want to change the base?
Commits on Oct 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d67c82a - Browse repository at this point
Copy the full SHA d67c82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6406393 - Browse repository at this point
Copy the full SHA 6406393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca3ec7 - Browse repository at this point
Copy the full SHA 6ca3ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dddda32 - Browse repository at this point
Copy the full SHA dddda32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1509dac - Browse repository at this point
Copy the full SHA 1509dacView commit details -
Rename kernel finders -> kernel providers
MetaKernelFinder -> KernelFinder
Configuration menu - View commit details
-
Copy full SHA for 38ccbdc - Browse repository at this point
Copy the full SHA 38ccbdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c09a57 - Browse repository at this point
Copy the full SHA 3c09a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92e5c1 - Browse repository at this point
Copy the full SHA e92e5c1View commit details
Commits on Oct 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aad40cb - Browse repository at this point
Copy the full SHA aad40cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c09b8ac - Browse repository at this point
Copy the full SHA c09b8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8176b - Browse repository at this point
Copy the full SHA cc8176bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f74c5f - Browse repository at this point
Copy the full SHA 1f74c5fView commit details
Commits on Oct 16, 2017
-
Merge pull request jupyter#261 from takluyver/discovery
Prototype new kernel discovery machinery
Configuration menu - View commit details
-
Copy full SHA for 8f7a865 - Browse repository at this point
Copy the full SHA 8f7a865View commit details
Commits on Oct 19, 2017
-
didier amyot authored
Oct 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 16608fc - Browse repository at this point
Copy the full SHA 16608fcView commit details -
Merge pull request jupyter#299 from didiercrunch/patch-1
Fix typo in documentation.
Configuration menu - View commit details
-
Copy full SHA for 4776e8c - Browse repository at this point
Copy the full SHA 4776e8cView commit details
Commits on Nov 1, 2017
-
Updated URL for Jupyter Kernels
The old URL points to a "This page has moved"-page
Configuration menu - View commit details
-
Copy full SHA for 936dfe0 - Browse repository at this point
Copy the full SHA 936dfe0View commit details -
Merge pull request jupyter#300 from frelon/patch-1
Updated URL for Jupyter Kernels in other languages
Configuration menu - View commit details
-
Copy full SHA for 2822872 - Browse repository at this point
Copy the full SHA 2822872View commit details
Commits on Nov 10, 2017
-
- use IOLoop.current over IOLoop.instance - drop removed `loop` arg from PeriodicCallback - deprecate now-unused IOLoopKernelRestarter.loop
Configuration menu - View commit details
-
Copy full SHA for aca5f70 - Browse repository at this point
Copy the full SHA aca5f70View commit details
Commits on Nov 13, 2017
-
Configure interrupt mode via spec.
- interrupt_mode="signal" is the default and current behaviour - With interrupt_mode="message", instead of a signal, a `interrupt_request` message on the control port will be sent
Configuration menu - View commit details
-
Copy full SHA for 172d6cd - Browse repository at this point
Copy the full SHA 172d6cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e33ba - Browse repository at this point
Copy the full SHA f0e33baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b9569 - Browse repository at this point
Copy the full SHA 21b9569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6674afa - Browse repository at this point
Copy the full SHA 6674afaView commit details -
Merge pull request jupyter#304 from minrk/tornado-5
prepare for tornado 5
Configuration menu - View commit details
-
Copy full SHA for 7a0278a - Browse repository at this point
Copy the full SHA 7a0278aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2772bd - Browse repository at this point
Copy the full SHA e2772bdView commit details -
Merge pull request jupyter#294 from filmor/interrupt
Additional to the actual signal, send a message on the control port
Configuration menu - View commit details
-
Copy full SHA for 0d7d00f - Browse repository at this point
Copy the full SHA 0d7d00fView commit details
Commits on Nov 22, 2017
-
extend special handling of sys.executable to pythonX[.Y]
this should allow ipykernel's wheel-installed specs to specify `python3` or `python2` and prevent python2 kernels from launching with sys.executable if the Python version is 3.
Configuration menu - View commit details
-
Copy full SHA for 948d653 - Browse repository at this point
Copy the full SHA 948d653View commit details
Commits on Dec 11, 2017
-
A simple lead in to the 'kernel nanny' work, this adds a command so you can do: jupyter kernel --kernel python
Configuration menu - View commit details
-
Copy full SHA for 250178f - Browse repository at this point
Copy the full SHA 250178fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9359b33 - Browse repository at this point
Copy the full SHA 9359b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae03ddd - Browse repository at this point
Copy the full SHA ae03dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6d167 - Browse repository at this point
Copy the full SHA 7e6d167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f908f - Browse repository at this point
Copy the full SHA 28f908fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8b184 - Browse repository at this point
Copy the full SHA aa8b184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5291f94 - Browse repository at this point
Copy the full SHA 5291f94View commit details
Commits on Dec 12, 2017
-
Merge pull request jupyter#240 from takluyver/jupyter-kernel-cmd
Add 'jupyter kernel' command
Configuration menu - View commit details
-
Copy full SHA for 7bbb56d - Browse repository at this point
Copy the full SHA 7bbb56dView commit details
Commits on Dec 13, 2017
-
Merge pull request jupyter#306 from minrk/pythonX
extend special handling of sys.executable to pythonX[.Y]
Configuration menu - View commit details
-
Copy full SHA for 16d8122 - Browse repository at this point
Copy the full SHA 16d8122View commit details
Commits on Dec 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ed05107 - Browse repository at this point
Copy the full SHA ed05107View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4a2d6 - Browse repository at this point
Copy the full SHA dd4a2d6View commit details -
kill process group when killing kernel
if killpg is available this should cleanup process trees (e.g. multiprocessing subprocesses) and make EADDRINUSE less likely during restart.
Configuration menu - View commit details
-
Copy full SHA for 22092fa - Browse repository at this point
Copy the full SHA 22092faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f076b7 - Browse repository at this point
Copy the full SHA 5f076b7View commit details -
Merge pull request jupyter#314 from minrk/process-groups
kill process group when killing kernel
Configuration menu - View commit details
-
Copy full SHA for 98a4323 - Browse repository at this point
Copy the full SHA 98a4323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6689764 - Browse repository at this point
Copy the full SHA 6689764View commit details -
Merge pull request jupyter#311 from takluyver/get-kernel-spec-perform…
…ance Improve performance of get_kernel_spec
Configuration menu - View commit details
-
Copy full SHA for adb8335 - Browse repository at this point
Copy the full SHA adb8335View commit details -
Merge pull request jupyter#310 from takluyver/get-all-specs-tolerant
Tolerate invalid kernel specs in get_all_specs()
Configuration menu - View commit details
-
Copy full SHA for cf36849 - Browse repository at this point
Copy the full SHA cf36849View commit details
Commits on Dec 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6251cf6 - Browse repository at this point
Copy the full SHA 6251cf6View commit details
Commits on Dec 18, 2017
-
Merge pull request jupyter#315 from takluyver/changelog-5.2
Start writing release notes for 5.2
Configuration menu - View commit details
-
Copy full SHA for a9bd197 - Browse repository at this point
Copy the full SHA a9bd197View commit details
Commits on Dec 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a8b4745 - Browse repository at this point
Copy the full SHA a8b4745View commit details -
Merge pull request jupyter#322 from minrk/require-tornado
require tornado
Configuration menu - View commit details
-
Copy full SHA for 4d1ee2a - Browse repository at this point
Copy the full SHA 4d1ee2aView commit details
Commits on Dec 30, 2017
-
Parenthesize conditional requirement in setup.py
Du to a likely bug in wheel, the conditional dependency on pytest ends up being unconditional. Seem like adding parenthesis fix that (as a work around). See pypa/setuptools#1242 Closes jupyter#324
Configuration menu - View commit details
-
Copy full SHA for 072a087 - Browse repository at this point
Copy the full SHA 072a087View commit details
Commits on Jan 2, 2018
-
Merge pull request jupyter#325 from Carreau/fix-324
Parenthesize conditional requirement in setup.py
Configuration menu - View commit details
-
Copy full SHA for c85f8ac - Browse repository at this point
Copy the full SHA c85f8acView commit details
Commits on Jan 3, 2018
-
Exclude build docs from sdist.
This shrinks the sdist from 2MB to ~250KB... just realized that after uploading 5.2.1 took way too long. Apparently 5.2.0 alsho shipped built docs.
Configuration menu - View commit details
-
Copy full SHA for e426a64 - Browse repository at this point
Copy the full SHA e426a64View commit details -
Merge pull request jupyter#328 from Carreau/no-bundle-docs
Exclude build docs from sdist.
Configuration menu - View commit details
-
Copy full SHA for 77784a6 - Browse repository at this point
Copy the full SHA 77784a6View commit details
Commits on Jan 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 41c5954 - Browse repository at this point
Copy the full SHA 41c5954View commit details -
Merge pull request jupyter#330 from stonebig/patch-1
more complete error message
Configuration menu - View commit details
-
Copy full SHA for 36751d3 - Browse repository at this point
Copy the full SHA 36751d3View commit details -
Tell Travis not to test the push from MrMeeseeks
Use the ability to exclude branches as describe there: - https://docs.travis-ci.com/user/customizing-the-build/#Safelisting-or-blocklisting-branches Relatively easy as MrMeeseeks push a known branch format. This of course cannot be tested until merged and backported, and another backport triggered.
Configuration menu - View commit details
-
Copy full SHA for c658076 - Browse repository at this point
Copy the full SHA c658076View commit details
Commits on Jan 7, 2018
-
Merge pull request jupyter#332 from Carreau/ignore-travis-meeseeks
Tell Travis not to test the push from MrMeeseeks
Configuration menu - View commit details
-
Copy full SHA for 78951c3 - Browse repository at this point
Copy the full SHA 78951c3View commit details
Commits on Jan 16, 2018
-
handle classes having been torn down in atexit
we could probably avoid this if we registered/unregistered atexit callbacks for instances instead of registering it once for classes at import time
Configuration menu - View commit details
-
Copy full SHA for cd73530 - Browse repository at this point
Copy the full SHA cd73530View commit details
Commits on Jan 17, 2018
-
Merge pull request jupyter#336 from minrk/atexit-teardown
handle classes having been torn down in atexit
Configuration menu - View commit details
-
Copy full SHA for 162cf6f - Browse repository at this point
Copy the full SHA 162cf6fView commit details
Commits on Jan 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7d6812f - Browse repository at this point
Copy the full SHA 7d6812fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d81491 - Browse repository at this point
Copy the full SHA 4d81491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8e536 - Browse repository at this point
Copy the full SHA 5a8e536View commit details -
Configuration menu - View commit details
-
Copy full SHA for f655041 - Browse repository at this point
Copy the full SHA f655041View commit details
Commits on Jan 30, 2018
-
kernel_monitor_enabled configuration duplicates startup_time configur…
…ation. Made kernel_monitor_enabled non configurable
Configuration menu - View commit details
-
Copy full SHA for 2618f08 - Browse repository at this point
Copy the full SHA 2618f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2f546 - Browse repository at this point
Copy the full SHA fe2f546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8a5bc - Browse repository at this point
Copy the full SHA 8d8a5bcView commit details
Commits on Jan 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 899ec69 - Browse repository at this point
Copy the full SHA 899ec69View commit details