Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saadbazaz/urdu_python_kernel
UrduPython kernel for Jupyter/IPython
https://github.com/saadbazaz/urdu_python_kernel
jupyter-kernel jupyter-kernels jupyter-notebook
Last synced: 11 days ago
JSON representation
UrduPython kernel for Jupyter/IPython
- Host: GitHub
- URL: https://github.com/saadbazaz/urdu_python_kernel
- Owner: SaadBazaz
- License: bsd-3-clause
- Created: 2021-10-05T20:35:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T07:37:53.000Z (about 3 years ago)
- Last Synced: 2024-11-28T07:42:16.011Z (2 months ago)
- Topics: jupyter-kernel, jupyter-kernels, jupyter-notebook
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
urdu_python_kernel
===========> Run UrduPython code in Jupyter Notebook
``urdu_python_kernel`` is a simple wrapper over Jupyter's IPython kernel. It simply translates the code from Urdu to English before passing it on to IPython.
You can learn more about wrapper kernels here:
http://jupyter-client.readthedocs.io/en/latest/wrapperkernels.html
Installation
------------
To install ``urdu_python_kernel`` from this repository::git clone
cd urdu_python_kernel
pip install -e .
python setup.py install
python -m urdu_python.installUsing the UrduPython kernel
---------------------
**Notebook**: The *New* menu in the notebook should show an option for an UrduPython notebook.**Console frontends**: To use it with the console frontends, add ``--kernel urdupython`` to
their command line arguments.