-
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
Feature: fork kernel #441
base: main
Are you sure you want to change the base?
Feature: fork kernel #441
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 9, 2018
-
Migrate SSH tunneling from pyzmq
As this part of code is mainly used in IPython we agreed to move it from pyzmq. It will be easier to maintain here and some planned changes in this code will be easier to apply and release.
Configuration menu - View commit details
-
Copy full SHA for 6b03b81 - Browse repository at this point
Copy the full SHA 6b03b81View 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 23, 2018
-
avoid calling private method in subclasses of KernelSpecManager
on the result of a public overrideable method, which breaks subclasses that don't override get_all_specs
Configuration menu - View commit details
-
Copy full SHA for ca73a87 - Browse repository at this point
Copy the full SHA ca73a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dfa6c4 - Browse repository at this point
Copy the full SHA 7dfa6c4View commit details -
Merge pull request jupyter#339 from minrk/fix-backward-incompat
avoid calling private method in subclasses of KernelSpecManager
Configuration menu - View commit details
-
Copy full SHA for 07d02be - Browse repository at this point
Copy the full SHA 07d02beView commit details
Commits on Jan 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 43d329b - Browse repository at this point
Copy the full SHA 43d329bView commit details -
Merge pull request jupyter#341 from minrk/5.2.2-changes
changelog for 5.2.2
Configuration menu - View commit details
-
Copy full SHA for d1b08d6 - Browse repository at this point
Copy the full SHA d1b08d6View commit details
Commits on Jan 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f05abf7 - Browse repository at this point
Copy the full SHA f05abf7View commit details
Commits on Jan 31, 2018
-
fix testing patch for pyzmq < 17
zmq.COPY_THRESHOLD is undefined prior to pyzmq 17, so we need `create=True` to define it in that case
Configuration menu - View commit details
-
Copy full SHA for 2840d26 - Browse repository at this point
Copy the full SHA 2840d26View commit details
Commits on Feb 1, 2018
-
Merge pull request jupyter#349 from minrk/zmq-mock
fix testing patch for pyzmq < 17
Configuration menu - View commit details
-
Copy full SHA for a6ffbd0 - Browse repository at this point
Copy the full SHA a6ffbd0View commit details
Commits on Feb 7, 2018
-
Merge pull request jupyter#335 from reef-technologies/migrate_ssh_tun…
…neling_from_pyzmq Migrate SSH tunneling from pyzmq
Configuration menu - View commit details
-
Copy full SHA for d9832e0 - Browse repository at this point
Copy the full SHA d9832e0View commit details
Commits on Mar 8, 2018
-
ThreadedClient: schedule IOLoop.stop in IOLoop thread
calling stop doesn’t wake the IOLoop with asyncio (tornado 5)
Configuration menu - View commit details
-
Copy full SHA for 7b45731 - Browse repository at this point
Copy the full SHA 7b45731View commit details -
- avoid instantiating an IOLoop outside the thread in which it will be used, which sometimes causes problems. - ensure asyncio eventloop is defined in the thread, if asyncio might be in use
Configuration menu - View commit details
-
Copy full SHA for 64aca4d - Browse repository at this point
Copy the full SHA 64aca4dView commit details
Commits on Mar 9, 2018
-
Merge pull request jupyter#352 from minrk/threadsafe-shutdown
tornado 5 fixes in ThreadedClient
Configuration menu - View commit details
-
Copy full SHA for 4bfb5c4 - Browse repository at this point
Copy the full SHA 4bfb5c4View commit details -
Wrap setting of kernel_id with method that can then be overridden in …
…subclasses. A recent requirement for Jupyter Enterprise Gateway is for clients to be able to specify the kernel_id for new kernels. Although `jupyter_client.start_kernel()` will honor client-provided kernel_ids, Notebook's override of `start_kernel()` changes the semantics of a non-null kernel_id in the argument list to mean an existing (persisted) kernel should be _started_. As a result, applications that derive from the kernel management infrastructure beyond Notebook cannot influence the derivation of the kernel's id via the existing argument list behavior. By introducing the `determine_kernel_id()` method, subclasses are able to derive the kernel's id however they wish. With the ability to know the kernel's id prior to its invocation, a number of things can be done that wouldn't be possible otherwise. For example, this provides the ability to setup a shared filesystem location possibly pre-populated with data relative to what the request (i.e., kernel) is going to need.
Configuration menu - View commit details
-
Copy full SHA for 238314d - Browse repository at this point
Copy the full SHA 238314dView commit details
Commits on Mar 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5f167de - Browse repository at this point
Copy the full SHA 5f167deView commit details -
Merge pull request jupyter#354 from minrk/changes-5.2.3
Changelog for 5.2.3
Configuration menu - View commit details
-
Copy full SHA for 85ca084 - Browse repository at this point
Copy the full SHA 85ca084View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9c2e9 - Browse repository at this point
Copy the full SHA ac9c2e9View commit details
Commits on Mar 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bcede57 - Browse repository at this point
Copy the full SHA bcede57View commit details -
Configuration menu - View commit details
-
Copy full SHA for f498173 - Browse repository at this point
Copy the full SHA f498173View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad02e9 - Browse repository at this point
Copy the full SHA bad02e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a9f65 - Browse repository at this point
Copy the full SHA 08a9f65View commit details -
Merge pull request jupyter#357 from willingc/update-meta
Add setup() args for new pypi.org
Configuration menu - View commit details
-
Copy full SHA for 8617c25 - Browse repository at this point
Copy the full SHA 8617c25View commit details
Commits on Mar 13, 2018
-
Fix memory leak of kernel Popen object
After analyzing various leaked items when running either Notebook or Jupyter Kernel Gateway, one item that recurred across each kernel startup and shutdown sequence was the Popen object stored in the kernel manager in `self.kernel`. The issue is that in normal circumstances, when a kernel's termination is successful via the ZMQ messaging, the process is never waited for (which, in this case, is probably unnecessary but advised) nor is the member variable set to None. In the failing case, where the message-based shutdown does not terminate the kernel process, the `_kill_kernel()` method is used, which performs the `wait()` and _nullifies_ the kernel member. This change ensures that sequence occurs in normal situations as well.
Configuration menu - View commit details
-
Copy full SHA for f23b71a - Browse repository at this point
Copy the full SHA f23b71aView commit details -
Fix leak of IOLoopKernelManager object
After analyzing various leaked items when running either Notebook or Jupyter Kernel Gateway, one item that recurred across each kernel startup and shutdown sequence was an instance of IOLoopKernelManager. (Of course, when using JKG, this instance was KernelGatewayIOLoopKernelManager since it derives from the former.) The leak is caused by the circular references established in the `self._restarter` and `self.session.parent` members. This change breaks the circular reference when the restarter is stopped and during `cleanup()` of the kernel manager. Once the references are broken, the kernel manager instance can be garbage collected.
Configuration menu - View commit details
-
Copy full SHA for 06e8167 - Browse repository at this point
Copy the full SHA 06e8167View commit details
Commits on Mar 22, 2018
-
Merge pull request jupyter#361 from kevin-bates/fix-leak-ioloopkernel…
…manager Fix leak of IOLoopKernelManager object
Configuration menu - View commit details
-
Copy full SHA for 8f62a36 - Browse repository at this point
Copy the full SHA 8f62a36View commit details
Commits on Mar 23, 2018
-
Merge pull request jupyter#360 from kevin-bates/fix-leak-kernel-proc
Fix memory leak of kernel Popen object
Configuration menu - View commit details
-
Copy full SHA for 5108f62 - Browse repository at this point
Copy the full SHA 5108f62View commit details -
Changed kernel_id generation method name and calling scenario
Per review comments, the name of the method to generate a kernel_id was changed to `new_kernel_id()`. In addition, the method is now only called if `kernel_id` is not represented in the keyword arguments (`**kwargs`).
Configuration menu - View commit details
-
Copy full SHA for 12da5fb - Browse repository at this point
Copy the full SHA 12da5fbView commit details
Commits on Mar 26, 2018
-
Merge pull request jupyter#353 from kevin-bates/enable-control-over-k…
…ernel-id Wrap setting of kernel_id with method that can then be overridden in …
Configuration menu - View commit details
-
Copy full SHA for 25fd085 - Browse repository at this point
Copy the full SHA 25fd085View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd50d58 - Browse repository at this point
Copy the full SHA dd50d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3058347 - Browse repository at this point
Copy the full SHA 3058347View commit details
Commits on Apr 12, 2018
-
Prevent creating new console on Windows
When running Jupyter via pythonw e.g. pythonw -m qtconsole, jupyter_client launches new kernel via python.exe which is a console application on Windows - a side-effect of that is a new empty console window created and shown as long as kernel is running. This patch adds CREATE_NO_WINDOW 0x08000000 to Windows specific creationflags. This flag is not exported by subprocess module therefore has to be provides numerically.
Configuration menu - View commit details
-
Copy full SHA for bf57d23 - Browse repository at this point
Copy the full SHA bf57d23View commit details -
Merge pull request jupyter#346 from nanoant/master
Prevent creating new console on Windows
Configuration menu - View commit details
-
Copy full SHA for b754994 - Browse repository at this point
Copy the full SHA b754994View commit details
Commits on May 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0e1a218 - Browse repository at this point
Copy the full SHA 0e1a218View commit details
Commits on May 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 375ea01 - Browse repository at this point
Copy the full SHA 375ea01View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d8a95 - Browse repository at this point
Copy the full SHA f1d8a95View commit details
Commits on May 17, 2018
-
Merge pull request jupyter#379 from mpacer/config_kernel_manager
make KernelManager configurable for all who inherit JupyterConsoleApp
Configuration menu - View commit details
-
Copy full SHA for 2fae25b - Browse repository at this point
Copy the full SHA 2fae25bView commit details
Commits on May 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 889f822 - Browse repository at this point
Copy the full SHA 889f822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7a8ab - Browse repository at this point
Copy the full SHA 6c7a8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d62626e - Browse repository at this point
Copy the full SHA d62626eView commit details -
Merge pull request jupyter#380 from Carreau/bump-testing
update python version testing
Configuration menu - View commit details
-
Copy full SHA for 01fc51b - Browse repository at this point
Copy the full SHA 01fc51bView commit details
Commits on Jun 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for da6d97d - Browse repository at this point
Copy the full SHA da6d97dView commit details
Commits on Jun 8, 2018
-
Include LICENSE file in wheels
The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file) for more information.
Configuration menu - View commit details
-
Copy full SHA for 3c5a8be - Browse repository at this point
Copy the full SHA 3c5a8beView commit details
Commits on Jun 13, 2018
-
Merge pull request jupyter#385 from toddrme2178/patch-1
Include LICENSE file in wheels
Configuration menu - View commit details
-
Copy full SHA for 44980c1 - Browse repository at this point
Copy the full SHA 44980c1View commit details
Commits on Jul 13, 2018
-
Merge pull request jupyter#384 from travigd/master
Don't include extra buffers in message signature
Configuration menu - View commit details
-
Copy full SHA for 4da4251 - Browse repository at this point
Copy the full SHA 4da4251View commit details
Commits on Jul 14, 2018
-
Merge pull request jupyter#377 from lresende/gitignore
Update gitignore configuration
Configuration menu - View commit details
-
Copy full SHA for 86a347d - Browse repository at this point
Copy the full SHA 86a347dView commit details
Commits on Aug 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 00812c3 - Browse repository at this point
Copy the full SHA 00812c3View commit details
Commits on Aug 28, 2018
-
Allow third-party kernels to get additional args
This removes special treatment of IPython console so that other kernels can get command-line args. This doesn't allow the passing of flags, but does allow filenames, etc. Once this fix is in place, kernels can get these args via self.parent.extra_args
Doug Blank authoredAug 28, 2018 Configuration menu - View commit details
-
Copy full SHA for cfe57c9 - Browse repository at this point
Copy the full SHA cfe57c9View commit details
Commits on Sep 3, 2018
-
Merge pull request jupyter#396 from dsblank/patch-1
Allow third-party kernels to get additional args
Configuration menu - View commit details
-
Copy full SHA for 34f96d7 - Browse repository at this point
Copy the full SHA 34f96d7View commit details
Commits on Oct 15, 2018
-
Merge pull request jupyter#393 from Carreau/clean-debug
Remove commented debug statement that used old API.
Configuration menu - View commit details
-
Copy full SHA for 3a06e63 - Browse repository at this point
Copy the full SHA 3a06e63View commit details
Commits on Oct 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 72e9fc4 - Browse repository at this point
Copy the full SHA 72e9fc4View commit details -
Merge pull request jupyter#403 from Carreau/fix-cov
Try to fix coverage
Configuration menu - View commit details
-
Copy full SHA for 50ddc22 - Browse repository at this point
Copy the full SHA 50ddc22View commit details
Commits on Nov 30, 2018
-
set close_fds=False when starting kernels on Windows
Python 3.7 sets close_fds=True by default, closing the interrupt/parent handles we are trying to pass to the kernel.
Configuration menu - View commit details
-
Copy full SHA for 7a46b6b - Browse repository at this point
Copy the full SHA 7a46b6bView commit details
Commits on Dec 1, 2018
-
Merge pull request jupyter#408 from minrk/close-fds-windows
set close_fds=False when starting kernels on Windows
Configuration menu - View commit details
-
Copy full SHA for 1d807c2 - Browse repository at this point
Copy the full SHA 1d807c2View commit details
Commits on Dec 10, 2018
-
add long_description to setup.py
now that the new PyPI looks bad without long descriptions
Configuration menu - View commit details
-
Copy full SHA for ddcfb5a - Browse repository at this point
Copy the full SHA ddcfb5aView commit details
Commits on Dec 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7a1793b - Browse repository at this point
Copy the full SHA 7a1793bView commit details
Commits on Feb 9, 2019
-
Merge pull request jupyter#411 from minrk/long-description
add long_description to setup.py
Configuration menu - View commit details
-
Copy full SHA for 63caabf - Browse repository at this point
Copy the full SHA 63caabfView commit details
Commits on Feb 11, 2019
-
Quentin Peter committed
Feb 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 1e9194a - Browse repository at this point
Copy the full SHA 1e9194aView commit details
Commits on Feb 14, 2019
-
Merge pull request jupyter#414 from travigd/travigd-patch-1
Fix documentation error.
Configuration menu - View commit details
-
Copy full SHA for e206315 - Browse repository at this point
Copy the full SHA e206315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5828261 - Browse repository at this point
Copy the full SHA 5828261View commit details -
otherwise, pip incorrectly determines that pytest has been satisfied even though it hasn't
Configuration menu - View commit details
-
Copy full SHA for cd9532c - Browse repository at this point
Copy the full SHA cd9532cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ff831 - Browse repository at this point
Copy the full SHA d9ff831View commit details
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3fbd4c6 - Browse repository at this point
Copy the full SHA 3fbd4c6View commit details -
Merge pull request jupyter#422 from travigd/clarify-stop_on_error-doc…
…umentation Clarify stop_on_error documentation.
Configuration menu - View commit details
-
Copy full SHA for cf7cdb8 - Browse repository at this point
Copy the full SHA cf7cdb8View commit details -
Merge pull request jupyter#420 from impact27/master
Make closing jupyter client faster
Configuration menu - View commit details
-
Copy full SHA for e813086 - Browse repository at this point
Copy the full SHA e813086View commit details
Commits on Mar 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4638b74 - Browse repository at this point
Copy the full SHA 4638b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f0e63 - Browse repository at this point
Copy the full SHA f2f0e63View commit details
Commits on Mar 26, 2019
-
Remove some warning in test, create all dates as UTC.
Dateutils complains otherwise.
Configuration menu - View commit details
-
Copy full SHA for b7bc293 - Browse repository at this point
Copy the full SHA b7bc293View commit details
Commits on Mar 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1375c94 - Browse repository at this point
Copy the full SHA 1375c94View commit details
Commits on Apr 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7b9c834 - Browse repository at this point
Copy the full SHA 7b9c834View commit details
Commits on Apr 17, 2019
-
Merge pull request jupyter#431 from Carreau/less-warnings-in-tests
Remove some warning in test, create all dates as UTC.
Configuration menu - View commit details
-
Copy full SHA for 9ceaed5 - Browse repository at this point
Copy the full SHA 9ceaed5View commit details
Commits on Apr 23, 2019
-
Merge pull request jupyter#426 from ericdill/docs-suggestions
Docs suggestions
Configuration menu - View commit details
-
Copy full SHA for 6c206e4 - Browse repository at this point
Copy the full SHA 6c206e4View commit details
Commits on Apr 25, 2019
-
Build docs with Python 3.7 on conda
This might fix some failures to build on RTD, where Sphinx is failing to import something from the typing module.
Configuration menu - View commit details
-
Copy full SHA for 56533ff - Browse repository at this point
Copy the full SHA 56533ffView commit details -
Merge pull request jupyter#435 from jupyter/docs-env-py37
Build docs with Python 3.7 on conda
Configuration menu - View commit details
-
Copy full SHA for 043c0e6 - Browse repository at this point
Copy the full SHA 043c0e6View commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0658a7b - Browse repository at this point
Copy the full SHA 0658a7bView commit details
Commits on May 13, 2019
-
Merge pull request jupyter#432 from SpencerPark/fix-381
Configure the connection_file if not already done
Configuration menu - View commit details
-
Copy full SHA for b65f96f - Browse repository at this point
Copy the full SHA b65f96fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ddee0 - Browse repository at this point
Copy the full SHA d3ddee0View commit details -
Merge pull request jupyter#437 from alexrudy/fix-zmq-parallel
Avoid kernel failures with multiple processes
Configuration menu - View commit details
-
Copy full SHA for 1cec386 - Browse repository at this point
Copy the full SHA 1cec386View commit details
Commits on May 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ddd945d - Browse repository at this point
Copy the full SHA ddd945dView commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 59a74df - Browse repository at this point
Copy the full SHA 59a74dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b8348 - Browse repository at this point
Copy the full SHA c4b8348View commit details