Skip to main content

An IPython extension for Tcl.

Project description

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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page