markusschanta / awesome-jupyter

A curated list of awesome Jupyter projects, libraries and resources
Creative Commons Attribution Share Alike 4.0 International
4.05k stars 418 forks source link

Added xonsh #142

Closed anki-code closed 1 year ago

anki-code commented 1 year ago

Added xonsh kernel.

Xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, OSX, and Windows. Xonsh is meant for the daily use of experts and novices.

Jupyter kernel for xonsh allows to automate shell work like with iPython but you can then convert the xonsh script to automated task or distinct script. Xonsh is more powerful than iPython.

markusschanta commented 1 year ago

Hi, @anki-code (CC-ing xonsh contributors: @jnoortheen, @gforsyth) 👋,

Thank you for adding the xonsh kernel to this list. It looks really cool!

If you find awesome-jupyter useful and you could maybe link to it or tweet about it, that would be awesome. 😎

Cheers, Markus

anki-code commented 1 year ago

Hello @markusschanta! Thank you! I've also added a PR with the link to awesome-jupyter! Here it is https://github.com/xonsh/xontrib-jupyter/pull/13

markusschanta commented 1 year ago

Cool, thank you very much! 🤩