We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6166ce8 commit 2394e34Copy full SHA for 2394e34
README.md
@@ -14,6 +14,11 @@ IRuby is a Ruby kernel for [Jupyter project](http://try.jupyter.org/).
14
* [ffi-rzmq](https://github.com/chuckremes/ffi-rzmq) and [libzmq](https://github.com/zeromq/libzmq)
15
* [CZTop](https://gitlab.com/paddor/cztop) and [CZMQ](https://github.com/zeromq/czmq)
16
17
+If both ffi-rzmq and cztop are installed, ffi-rzmq is used. If you prefer cztop, set the following environment variable.
18
+```sh
19
+export IRUBY_SESSION_ADAPTER="cztop"
20
+```
21
+
22
We recommend the [Pry](https://github.com/pry/pry) backend for full functionality.
23
24
### Ubuntu
0 commit comments