xonsh_kernel icon indicating copy to clipboard operation
xonsh_kernel copied to clipboard

Jupyter Kernel for Xonsh

Results 6 xonsh_kernel issues
Sort by recently updated
recently updated
newest added

When submitting a command, shell wits forever (with an asterisk) and never returns. Console displays: ``` [I 13:12:12.296 LabApp] Kernel started: e7b452df-0c35-4a98-b3be-b8b55abbefc9 [I 13:12:13.493 LabApp] Adapting to protocol v5.1 for...

MacOSX, python 3.7, xonsh-0.9.13.dev1, xonsh-kernel-0.4.1, starting jupyter notebook, enter `ls`, notebook hangs with the following error message displayed in console ``` /Users/bpeng1/anaconda3/envs/sos/lib/python3.7/site-packages/ipykernel/iostream.py:14: DeprecationWarning: the imp module is deprecated in favour...

cf https://github.com/xonsh/xonsh/issues/1474

I tried to use the IPython display functionality as below: > from IPython.display import display,HTML > display(HTML('<h4>Here is an H4 header</h4>')) but I get the following error (on Ubuntu 16.04...

Running on Windows 7: - Python 3.5.1 :: Anaconda 4.0.0 (64-bit) I installed using - pip install xonsh_kernel - python -m xonsh_kernel.install On starting a notebook from the Jupyter dashboard...

Running setup.py on the lastest pull gives the following error: ``` python-traceback Traceback (most recent call last): File "setup.py", line 29, in with open('xonsh_kernel.py', 'rb') as fid: FileNotFoundError: [Errno 2]...