57 Commits (ce85257bf7295bfe2f1d842ff6354e191923d422)
 

Author SHA1 Message Date
Chris Grande ce85257bf7 Changed example to point to magma childproc instead of bash. 9 years ago
Thomas Kluyver eacce3fe7e Add LICENSE 9 years ago
Thomas Kluyver bbec5d8235 Merge pull request #45 from drennalls/master
do_execute not sending error response on failure
9 years ago
David Rennalls dedb5d529a do_execute not sending error response on failure
nbconvert --execute will not not detect a cell execution failure
unless an error response is sent
9 years ago
Thomas Kluyver 1f7b7b860d Version number to 0.4.1 9 years ago
Thomas Kluyver ad570ecd12 Merge pull request #39 from limbocode/master
Remove warnings imports from jupyter 4
9 years ago
Manoel Vilela f35878d969 More deprecated imports removed 10 years ago
Manoel Vilela 3b5e66f805 Remove warning from jupyter 4 10 years ago
Thomas Kluyver 5b653d2251 Merge pull request #35 from costerwi/global-install
Global install possible as root
10 years ago
Carl Osterwisch b464fcf54b Removed redundant import of os module 10 years ago
Carl Osterwisch 5eb4c49945 ctypes no longer necessary 10 years ago
Carl Osterwisch 6862c63063 Assume not an admin on non-Unix platforms 10 years ago
Carl Osterwisch 2b8d126b1e Added commandline swtich "--user" for home directory installation when root. 10 years ago
Carl Osterwisch 764ed0fdc4 Added _is_root() Cross-platform way to check admin rights
http://stackoverflow.com/questions/1026431/cross-platform-way-to-check-admin-rights-in-a-python-script-under-windows
10 years ago
Thomas Kluyver 25b219314c Version number to 0.4 10 years ago
Thomas Kluyver 07d5864c43 Two step install process
Python packaging is moving towards wheels; don't try to install the
kernelspec as part of pip installation.

Switch to flit for packaging
10 years ago
Thomas Kluyver 6ddaaed59a Merge tab completion improvements from @herr-biber 10 years ago
Markus Roth 9f5d09b716 Sort tab completion matches. 10 years ago
Markus Roth e86defd84a Allow tab completion of variables (starting with $). 10 years ago
Thomas Kluyver 4e7860db65 Install with pip
Closes gh-20
10 years ago
Thomas Kluyver ab39a24666 Clarify README
Issue #17
10 years ago
Thomas Kluyver c955740640 Merge pull request #16 from xoolive/master
A proposal for a quick fix to issue #15
10 years ago
Xavier Olive 883a2dfb47 A proposal for a quick fix to issue #15
Bash prompt must end by $ for the kernel to work properly.
10 years ago
Thomas Kluyver 2794e1bf18 IPython 3 is now released 10 years ago
Thomas Kluyver fdb2f21458 Bump version number to 0.3 10 years ago
Thomas Kluyver 4578beab2a Merge pull request #9 from takluyver/new-install-signature
Update install_kernel_spec arguments
10 years ago
Thomas Kluyver 179d2771a2 Reorganise files into package 10 years ago
Thomas Kluyver 4d15e9f28e Merge pull request #10 from jeroenjanssens/master
Add ability to show inline images
10 years ago
Jeroen Janssens 1bce9093bb Raise exception when data is not a valid image 10 years ago
Thomas Kluyver 71864e66db Update install_kernel_spec arguments
Goes along with ipython/ipython#7124
10 years ago
Jeroen Janssens 3afc419427 Enable inline images using a Bash function and parsing stdout 10 years ago
Jeroen Janssens b590964b7f Clean up 10 years ago
Thomas Kluyver da394f3e80 Install kernelspec systemwide if not doing a --user install 10 years ago
Thomas Kluyver b42e0c68bc Add language_info metadata 10 years ago
Thomas Kluyver 60185f4575 Fix stream messages for change to msg spec
Closes gh-8
11 years ago
Thomas Kluyver b15789cfe1 Merge branch 'master' of github.com:takluyver/bash_kernel 11 years ago
Thomas Kluyver bdc1e9510f Write kernelspec using sys.executable on install 11 years ago
Thomas Kluyver c585990f96 Merge pull request #4 from blink1073/add-restart
Restart bash if there are any errors
11 years ago
Steven Silvester 8da70a352a Restart bash if we get an EOF error.
Restart bash if there are any errors

Limit catches to pexpect.EOF, print previous output

Catch keyboard interrupts while waiting for bash prompt

Revert try/catch around expect_prompt
11 years ago
Thomas Kluyver f718dea58b Merge pull request #3 from blink1073/do_complete
Add Bash Completion
11 years ago
Steven Silvester 41bc603506 Fix possible IndexError and add whitespace 11 years ago
Steven Silvester 5a3d3b795c Allow completions to work for files, directories, and aliases. 11 years ago
Thomas Kluyver 5dd2722d03 Merge pull request #2 from blink1073/master
Fix handling of exitcode, name of "payload" key, add stub for shutdown.
11 years ago
Steven Silvester f8629ab8ff Use length of token not len of code for start_pos 11 years ago
Steven Silvester 59f5dc5e3e Add code completion using bash compgen command. 11 years ago
Steven Silvester fe6de313e7 Fix handling of exitcode, name of "payload" key, add stub for shutdown. 11 years ago
Thomas Kluyver 11db1d7d81 Fix codemirror mode in kernelspec 11 years ago
Thomas Kluyver 87aad44f14 Version 0.2 11 years ago
Thomas Kluyver d7f79edb8c Make bash subprocess interruptible
Prevent inheriting SIG_IGN

Closes gh-1
11 years ago
Thomas Kluyver af97cb0146 Refine setup.py to work with pip 11 years ago