aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
76 stars 5 forks source link

Add hook for iPython/Jupyter #21

Closed aroberge closed 2 years ago

aroberge commented 2 years ago

Use input_transformers_post.

See https://ipython.readthedocs.io/en/stable/config/inputtransforms.html

Note that this could also include AST transformers.