SciRuby / iruby

Official gem repository: Ruby kernel for Jupyter/IPython Notebook
https://github.com/SciRuby/iruby
MIT License
890 stars 27 forks source link

Add a method to switch backend #298

Closed mrkn closed 3 years ago

mrkn commented 3 years ago

Currently PryBackend is defaultly used when pry is available. Users must uninstall pry when they want to use PlainBackend. It is unuseful.

mrkn commented 3 years ago

Fixed by 7d77a4b.