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

Allow custom kernel Popen command #2853

Closed
wants to merge 231 commits into from
Closed

Conversation

minrk
Copy link
Member

@minrk minrk commented Jan 26, 2013

  • adds KernelManager.kernel_cmd configurable for launching a custom kernel
  • splits entry_point.base_launch_kernel into two steps: making the launch cmd and launching the subprocess
  • figure out where the entry_point functions belong, if it should be anywhere else

If you use my iruby branch (every other one I found had failures in the msg spec / session), you can run ruby kernels with qtconsole/console/notebook with:

ipython console --KernelManager.kernel_cmd='["ruby", "lib/kernel.rb", "{connection_file}"]' --Session.key=''

supersedes #2643

piti118 and others added 30 commits December 22, 2012 02:54
The new methods clear the cached values and free some memory.

The whole thing is split into different methods to both clear the
client and the hub side.

Additionally fix some bugs in other parts of the code.
Signed-off-by: Jan Schulz <jasc@gmx.net>
If the inputs are empty, no msg_ids should be returned. So change the
test to not only check for None but also for empty lists.

Signed-off-by: Jan Schulz <jasc@gmx.net>
…eton.

Since the in-process group makes its own shells, it should avoid
creating the global singleton.
- default back tom Mathjax2.0
- install to profile by default
- fix in doc
- fix bad return
cf http://json-schema.org/
http://tools.ietf.org/html/draft-zyp-json-schema-03

autogenerated from
http://www.jsonschema.net/index.html#
then tweeked.

This version makes all our notedooks in docs/example/notebooks valid
prompt number type was number or string ('*', '&nbsp')
require it to be either number, or null
* Set `__file__` when running `ipython filename.ipy`
* Avoid leaking `__file__` back into the main namespace when using `%run`.
takluyver and others added 25 commits January 25, 2013 13:27
* Changed literalinclude paths to point to /examples.
* Removed parallel options demo from parallel_demos.txt as it
  is now a notebook. Eventually we will find a way to integrate
  notebooks with the sphinx docs, but that is beyond the scope of
  this branch.
from: I.A.1.a.i

to: 1.A.a.i
closes ipython#2657

Signed-off-by: MinRK <benjaminrk@gmail.com>
This completely decouples the connection failed event in kernel.js
from its handling in notificationarea.js.
in rare situations, display data can arrive at the Hub before the execution request, in which case `submitted` is undefined.

should address ipython#2821, but I need to see Jenkins succeed,
since that is the only place this comes up.
Typing something like `None(` raises a value error.
I have also cleaned up some calls to console.log.
* Removed Tooltip._cmfocus as it was doing nothing.
* Removed debug console.log in notification area.
@minrk
Copy link
Member Author

minrk commented Jan 26, 2013

Hopefully this will update soon. There are actually only three commits here.

@minrk minrk mentioned this pull request Jan 26, 2013
13 tasks
@minrk
Copy link
Member Author

minrk commented Jan 26, 2013

closing because GitHub doesn't want to track the right commits

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.

None yet