You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation instructions are divided according to environments mainly because of ZeroMQ.
9
9
10
-
####Ubuntu 16.04
10
+
### Ubuntu 16.04
11
11
At first install Jupyter. I recommend an installation using [Anaconda](https://www.continuum.io/downloads) Python 3.6 version.
12
12
13
13
After that, install the Ruby gem.
@@ -29,7 +29,7 @@ Now you can select Ruby kernel in Jupyter Notebook with:
29
29
30
30
jupyter-notebook
31
31
32
-
####Windows
32
+
### Windows
33
33
At first install **git** and Jupyter. I recommend an installation using [Anaconda](https://www.continuum.io/downloads).
34
34
35
35
Run the following commands on **Ruby command prompt**:
@@ -44,7 +44,7 @@ Now you can select Ruby kernel in Jupyter Notebook with:
44
44
45
45
jupyter-notebook
46
46
47
-
####Mac
47
+
### Mac
48
48
I recommend an installation using [Anaconda](https://www.continuum.io/downloads).
49
49
50
50
After that, run the following commands.
@@ -68,7 +68,7 @@ If you are using macports, run the following commands.
68
68
gem install iruby
69
69
70
70
71
-
####FreeBSD
71
+
### FreeBSD
72
72
73
73
At first install IPython/Jupyter.
74
74
There is a pyzmq ports (ports/net/py-pyzmq) which depends on libzmq4, however, it doesn't works with ipython.
@@ -106,7 +106,7 @@ Then, install iruby and related ports and gems.
106
106
$ gem build iruby.gemspec
107
107
$ sudo gem install iruby-0.2.7.gem
108
108
```
109
-
### Installation for jRuby
109
+
## Installation for jRuby
110
110
111
111
Since jRuby is fully compatible with Ruby version 2.2, it is possible to use iruby with jRuby.
112
112
It can be helpful if you want to use java classes in your iruby notebook.
@@ -126,14 +126,14 @@ $ iruby register --force
126
126
```
127
127
After that you can use iruby with jRuby in usual way.
128
128
129
-
### After the installation
129
+
## After the installation
130
130
131
131
Take a look at the [example notebook](http://nbviewer.ipython.org/urls/raw.github.com/SciRuby/sciruby-notebooks/master/getting_started.ipynb)
132
132
and the [collection of notebooks](https://github.com/SciRuby/sciruby-notebooks/) which includes a Dockerfile to create a containerized installation of iruby
133
133
and other scientific gems. You can find the prebuild image at [dockerhub](https://registry.hub.docker.com/u/minad/sciruby-notebooks/).
134
134
135
135
136
-
### Required dependencies
136
+
## Required dependencies
137
137
138
138
* Jupyter >= 3.0.0
139
139
* Ruby >= 2.1.0
@@ -142,11 +142,11 @@ If you install IRuby with CZTop, CZMQ >= 4.0.0 is added to the list above.
142
142
143
143
If you install IRuby with ffi-rzmq, libzmq >= 3.2 is added to the list above.
0 commit comments