xonsh / xontrib-jupyter

Xonsh jupyter kernel allows to run Xonsh shell code in Jupyter, JupyterLab, Euporia, etc.
MIT License
32 stars 4 forks source link

Pass a shell class instead of a string to `xonsh.main.setup`. #10

Closed joouha closed 1 year ago

joouha commented 1 year ago

Fixes #6

The jupyter kernel was failing to start as xonsh.shell.Shell no longer accepted "jupyter" as a known shell name, and instead required a shell class to be passed.

anki-code commented 1 year ago

Thanks @joouha ! Welcome!

anki-code commented 1 year ago

@joouha please give this repo a star to support this integration. Thanks!