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
Thomas Kluyver
978fd15590
Add info to setup.py
11 years ago
Thomas Kluyver
b563d4321b
Version is 0.1
11 years ago
Thomas Kluyver
1aba70a68d
Ensure that kernelspec gets into tarballs
11 years ago
Thomas Kluyver
2095a82952
Add dependencies to setup.py
11 years ago
Thomas Kluyver
ad70872013
Add README
11 years ago
Thomas Kluyver
015376bc27
Add gitignore
11 years ago
Thomas Kluyver
cb0df82ba8
Initial commit (made in the IPython Qtconsole)
11 years ago