File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,17 @@ IRuby is a Ruby kernel for [Jupyter project](http://try.jupyter.org/).
1515 * [ CZTop] ( https://gitlab.com/paddor/cztop ) and [ CZMQ] ( https://github.com/zeromq/czmq )
1616
1717If both ffi-rzmq and cztop are installed, ffi-rzmq is used. If you prefer cztop, set the following environment variable.
18+
1819``` sh
1920export IRUBY_SESSION_ADAPTER=" cztop"
2021```
2122
22- We recommend the [ Pry] ( https://github.com/pry/pry ) backend for full functionality.
23+ * We recommend the [ Pry] ( https://github.com/pry/pry ) backend for full functionality.
24+ * If you want to install the latest version of IRuby from the source code, try [ specific_install] ( https://github.com/rdp/specific_install ) .
25+
26+ ```
27+ gem specific_install https://github.com/SciRuby/iruby
28+ ```
2329
2430### Ubuntu
2531Install Jupyter with [ Anaconda] ( https://www.anaconda.com/ ) (recommended).
@@ -136,4 +142,4 @@ We welcome contributions from everyone.
136142## License
137143Copyright (c) IRuby contributors and the Ruby Science Foundation.
138144
139- Licensed under the [ MIT] ( LICENSE ) license.
145+ Licensed under the [ MIT] ( LICENSE ) license.
You can’t perform that action at this time.
0 commit comments