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: about 1 month 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 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T07:34:24.000Z (over 4 years ago)
- Last Synced: 2025-08-27T06:46:54.532Z (3 months ago)
- Topics: hacktoberfest, jupyter, kernel, notebook, python, tcl, tcltk
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 20
- Watchers: 1
- 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


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)