Skip to content

v1.0.1

Choose a tag to compare

@abir-taheer abir-taheer released this 15 Jan 06:24
· 8 commits to main since this release

v1.0.1

Tree-sitter grammar for IPython/Jupyter that extends tree-sitter-python to support magic commands and shell escapes.

Features

  • Line Magics (%): %matplotlib inline, %timeit x = 1, %pwd
  • Cell Magics (%%): %%time, %%bash, %%writefile test.py
  • Shell Escapes (!): !pip install pandas, !ls -la
  • Full Python syntax support (inherited from tree-sitter-python)

Installation

npm install tree-sitter-ipython