pleiszenburg / wenv-kernel

Jupyter kernel for Python on Wine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license status pypi_version pypi_versions

wenv-kernel

Synopsis

wenv-kernel is a Python package (currently in development status 4/beta). It allows to run Python on top of Wine as a Jupyter kernel on Linux, MacOS or BSD. It uses wenv.

Prerequisites

A working installation of wenv, see installation instructions in its documentation. If not present, wenv-kernel will try to install and configure wenv automatically. It is assumed that Wine is present.

Installation

pip install wenvkernel
python -m wenvkernel.install

After installing the package with pip, you must not forget to run the kernel install module once as shown above.

Examples

launcher platform ipc
launcher platform ipc

See examples for example Jupyter notebooks.

Need help?

Feel free to post questions in the GitHub issue tracker of this project.

Bugs & issues

Miscellaneous

About

Jupyter kernel for Python on Wine

License:GNU Lesser General Public License v2.1


Languages

Language:Python 95.3%Language:Makefile 4.7%