36 Commits (c95574064061d4622ae20413f16780821cd7324f)
 

Author SHA1 Message Date
Thomas Kluyver c955740640 Merge pull request #16 from xoolive/master
A proposal for a quick fix to issue #15
11 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.
11 years ago
Thomas Kluyver 2794e1bf18 IPython 3 is now released 11 years ago
Thomas Kluyver fdb2f21458 Bump version number to 0.3 11 years ago
Thomas Kluyver 4578beab2a Merge pull request #9 from takluyver/new-install-signature
Update install_kernel_spec arguments
11 years ago
Thomas Kluyver 179d2771a2 Reorganise files into package 12 years ago
Thomas Kluyver 4d15e9f28e Merge pull request #10 from jeroenjanssens/master
Add ability to show inline images
12 years ago
Jeroen Janssens 1bce9093bb Raise exception when data is not a valid image 12 years ago
Thomas Kluyver 71864e66db Update install_kernel_spec arguments
Goes along with ipython/ipython#7124
12 years ago
Jeroen Janssens 3afc419427 Enable inline images using a Bash function and parsing stdout 12 years ago
Jeroen Janssens b590964b7f Clean up 12 years ago
Thomas Kluyver da394f3e80 Install kernelspec systemwide if not doing a --user install 12 years ago
Thomas Kluyver b42e0c68bc Add language_info metadata 12 years ago
Thomas Kluyver 60185f4575 Fix stream messages for change to msg spec
Closes gh-8
12 years ago
Thomas Kluyver b15789cfe1 Merge branch 'master' of github.com:takluyver/bash_kernel 12 years ago
Thomas Kluyver bdc1e9510f Write kernelspec using sys.executable on install 12 years ago
Thomas Kluyver c585990f96 Merge pull request #4 from blink1073/add-restart
Restart bash if there are any errors
12 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
12 years ago
Thomas Kluyver f718dea58b Merge pull request #3 from blink1073/do_complete
Add Bash Completion
12 years ago
Steven Silvester 41bc603506 Fix possible IndexError and add whitespace 12 years ago
Steven Silvester 5a3d3b795c Allow completions to work for files, directories, and aliases. 12 years ago
Thomas Kluyver 5dd2722d03 Merge pull request #2 from blink1073/master
Fix handling of exitcode, name of "payload" key, add stub for shutdown.
12 years ago
Steven Silvester f8629ab8ff Use length of token not len of code for start_pos 12 years ago
Steven Silvester 59f5dc5e3e Add code completion using bash compgen command. 12 years ago
Steven Silvester fe6de313e7 Fix handling of exitcode, name of "payload" key, add stub for shutdown. 12 years ago
Thomas Kluyver 11db1d7d81 Fix codemirror mode in kernelspec 12 years ago
Thomas Kluyver 87aad44f14 Version 0.2 12 years ago
Thomas Kluyver d7f79edb8c Make bash subprocess interruptible
Prevent inheriting SIG_IGN

Closes gh-1
12 years ago
Thomas Kluyver af97cb0146 Refine setup.py to work with pip 12 years ago
Thomas Kluyver 978fd15590 Add info to setup.py 12 years ago
Thomas Kluyver b563d4321b Version is 0.1 12 years ago
Thomas Kluyver 1aba70a68d Ensure that kernelspec gets into tarballs 12 years ago
Thomas Kluyver 2095a82952 Add dependencies to setup.py 12 years ago
Thomas Kluyver ad70872013 Add README 12 years ago
Thomas Kluyver 015376bc27 Add gitignore 12 years ago
Thomas Kluyver cb0df82ba8 Initial commit (made in the IPython Qtconsole) 12 years ago