mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
feat: initial commit for 100.dathere.com and first exercise
This commit is contained in:
commit
86f90af434
35 changed files with 860 additions and 0 deletions
22
bash_kernel/README.rst
Normal file
22
bash_kernel/README.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
A simple IPython kernel for bash
|
||||
|
||||
This requires IPython 3.
|
||||
|
||||
To install::
|
||||
|
||||
pip install bash_kernel
|
||||
python -m bash_kernel.install
|
||||
|
||||
To use it, run one of:
|
||||
|
||||
.. code:: shell
|
||||
|
||||
ipython notebook
|
||||
# In the notebook interface, select Bash from the 'New' menu
|
||||
ipython qtconsole --kernel bash
|
||||
ipython console --kernel bash
|
||||
|
||||
For details of how this works, see the Jupyter docs on `wrapper kernels
|
||||
<http://jupyter-client.readthedocs.org/en/latest/wrapperkernels.html>`_, and
|
||||
Pexpect's docs on the `replwrap module
|
||||
<http://pexpect.readthedocs.org/en/latest/api/replwrap.html>`_
|
||||
Loading…
Add table
Add a link
Reference in a new issue