Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suvarchal/ijython
Jython Kernel for Jupyter/IPython
https://github.com/suvarchal/ijython
Last synced: about 1 month ago
JSON representation
Jython Kernel for Jupyter/IPython
- Host: GitHub
- URL: https://github.com/suvarchal/ijython
- Owner: suvarchal
- License: mit
- Created: 2015-11-10T04:20:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T17:45:55.000Z (over 4 years ago)
- Last Synced: 2024-11-02T00:47:58.890Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 33
- Watchers: 7
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IJython: A Jython Notebook for Jupyter/IPython
##Installation:
1. Install Jupyter notebook
2. Get the IJython package either by downloading tar/zip file from this git release or clone this git repository.
3. Go into the package directory and install package by `python setup.py install`
4. Make sure you have `jython` in path or set JAVA_HOME and JYTHON_HOME defined appropriately.
Then open a Jupyter notebook `jupyter notebook` and find Jython in list of notebooks to use.