v1.0.1
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