https://github.com/pleiszenburg/wenv-kernel
Jupyter kernel for Python on Wine
https://github.com/pleiszenburg/wenv-kernel
cross-platform jupyter-kernel python wine
Last synced: 6 months ago
JSON representation
Jupyter kernel for Python on Wine
- Host: GitHub
- URL: https://github.com/pleiszenburg/wenv-kernel
- Owner: pleiszenburg
- License: lgpl-2.1
- Created: 2019-12-05T14:43:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T10:44:05.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T22:46:05.693Z (7 months ago)
- Topics: cross-platform, jupyter-kernel, python, wine
- Language: Python
- Homepage:
- Size: 382 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/pleiszenburg/wenv-kernel/blob/master/LICENSE)
[](https://github.com/pleiszenburg/wenv-kernel/issues)
[](https://pypi.python.org/pypi/wenvkernel)
[](https://pypi.python.org/pypi/wenvkernel)
## 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](https://github.com/pleiszenburg/wenv)**.
## Prerequisites
A working installation of `wenv`, see [installation instructions](https://wenv.readthedocs.io/en/latest/installation.html) in its documentation. If not present, `wenv-kernel` will try to install and configure `wenv` automatically. It is assumed that *Wine* is present.
## Installation
```bash
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 |
|:--------:|:--------:|:---:|
|  |  |  |See [examples](https://github.com/pleiszenburg/wenv-kernel/blob/master/examples) for example Jupyter notebooks.
## Need help?
Feel free to post questions in the [GitHub issue tracker](https://github.com/pleiszenburg/wenv-kernel/labels/question) of this project.
## Bugs & issues
- Report bugs in *wenv-kernel* here: [wenv-kernel GitHub issue tracker](https://github.com/pleiszenburg/wenv-kernel/issues)
- Report bugs in *wenv* here: [wenv GitHub issue tracker](https://github.com/pleiszenburg/wenv/issues)
- Report bugs in *Wine* here: [WineHQ Bug Tracking System](https://bugs.winehq.org/)## Miscellaneous
- [Authors](https://github.com/pleiszenburg/wenv-kernel/blob/master/AUTHORS.md)
- [Change log (current)](https://github.com/pleiszenburg/wenv-kernel/blob/develop/CHANGES.md) (changes in development branch since last release)
- [Change log (past)](https://github.com/pleiszenburg/wenv-kernel/blob/master/CHANGES.md) (release history)
- [Contributing](https://github.com/pleiszenburg/wenv-kernel/blob/master/CONTRIBUTING.md) (**Contributions are highly welcomed!**)
- [License](https://github.com/pleiszenburg/wenv-kernel/blob/master/LICENSE) (**LGPL v2.1**)