tcl-magic

An IPython extension for Tcl.


Keywords
ipython, notebook, tcl, python
License
MIT
Install
pip install tcl-magic==0.0.5

Documentation

Tcl magic

IPython extension which adds Tcl magics.

Installation

Install or upgrade with pip:

pip install -U tcl-magic

Usage

Load the extension:

In[1]: %load_ext tclmagic

Use the extension:

In[2]: %%tcl
       set tcl_precision 17
       expr acos(-1)

Out[2] 3.141592653589793