Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpep/tcl_kernel
A Jupyter Kernel for the Tcl language.
https://github.com/rpep/tcl_kernel
hacktoberfest jupyter kernel notebook python tcl tcltk
Last synced: 27 days ago
JSON representation
A Jupyter Kernel for the Tcl language.
- Host: GitHub
- URL: https://github.com/rpep/tcl_kernel
- Owner: rpep
- License: bsd-3-clause
- Created: 2016-01-27T22:09:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T07:34:24.000Z (over 3 years ago)
- Last Synced: 2024-08-09T13:26:43.425Z (3 months ago)
- Topics: hacktoberfest, jupyter, kernel, notebook, python, tcl, tcltk
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 19
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tcl_kernel - A Jupyter Kernel for Tcl
![PyPi](https://img.shields.io/pypi/v/tcl_kernel)
![Python Version 3](https://img.shields.io/pypi/pyversions/tcl_kernel)This uses the version of Tcl that is used within Python, through Tkinter, so you do not need to install anything else.
Install via:
```bash
pip3 install tcl_kernel
python3 -m tcl_kernel.install
```To use try one of these:
* `jupyter notebook`
* Then select the Tcl option in the 'New' section
* `jupyter qtconsole --kernel tcl`
* `jupyter console --kernel tcl`For details of how this works, see the Jupyter docs on [wrapper kernels](http://jupyter-client.readthedocs.org/en/latest/wrapperkernels.html)
Copyright 2015-2021 Ryan Pepper, Thomas Kluyver, Hans Fangohr, University of Southampton. This work was supported by an EPSRC Doctoral Training Centre grant (EP/L015382/1)