IJython icon indicating copy to clipboard operation
IJython copied to clipboard

Jython Kernel for Jupyter/IPython

Results 9 IJython issues
Sort by recently updated
recently updated
newest added

After getting into the directory and typing 'python setup.py install' I get this message in my terminal: running install running build running build_py running install_lib copying build/lib/jython_kernel.py -> /Library/Python/2.7/site-packages error:...

the response from Jython might have changed from double >>> lines to a single one, but the primary fix here was eliminating extra "expect" lines. This addresses the problem in...

The current build is incompatible with recent versions of the `prompt-toolkit` package. [A similar issue](https://github.com/jupyter/jupyter_console/issues/158) affected Jupyter previoulsy, but it has since been repaired. I think current versions of Jupyter...

``` File "", line 781, in get_code File "", line 741, in source_to_code File "", line 205, in _call_with_frames_removed File "/Users/x/github/IJython/jython_kernel.py", line 55 abort_msg = {'status': 'abort', ^ TabError: inconsistent...

![image](https://user-images.githubusercontent.com/5112952/61374866-c4681c80-a89d-11e9-8c00-392bb84e908e.png) Jython is available in path i can run code from terminal using jython but whenever i create a Jython notebook the kernel loop endlessly with status shown in the...

When installing using `python3 -m pip install jython_kernel`, I do not see `jython_kernel` showing when I do `jupyter kernelspec list`, however `python3 -m pip install git+https://github.com/suvarchal/IJython` works.

I get the following when starting up a jupyter console with jython_kernel: ```bash $ jupyter console --kernel=jython_kernel --debug [ZMQTerminalIPythonApp] Searching ['/mnt/c/Windows/System32', '/home/liam/.jupyter', '/usr/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files [ZMQTerminalIPythonApp] Looking...

![screen shot 2018-09-24 at 2 55 59 pm](https://user-images.githubusercontent.com/34556100/45981482-06239000-c00a-11e8-9e7f-60ad58b7a5db.png)

When you try to start a new Jython notebook the kernel is dying, this has something to do with the spawn module which is not available on windows.