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
To contributors
In February 2021, IRuby became the canonical repository and is no longer a fork from minrk/iruby. Please fork from this repository again before making pull requests. Thank you for contributing to IRuby.
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
32
34
33
35
#### 17.04 to 19.04
@@ -42,6 +44,7 @@ iruby register --force
42
44
```
43
45
44
46
#### 16.04
47
+
45
48
CZTop requires CZMQ >= 4.0.0 and ZMQ >= 4.2.0. The official packages for Ubuntu 16.04 don't satisfy these version requrements, so you need to install from source.
46
49
47
50
```shell
@@ -57,6 +60,7 @@ iruby register --force
57
60
```
58
61
59
62
### Windows
63
+
60
64
Install git and Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
61
65
[DevKit](https://rubyinstaller.org/add-ons/devkit.html) is necessary for building RubyGems with native C-based extensions.
62
66
@@ -72,10 +76,12 @@ iruby register --force
72
76
```
73
77
74
78
### macOS
79
+
75
80
Install ruby with rbenv or rvm.
76
81
Install Jupyter with [Anaconda](https://www.anaconda.com/) (recommended).
77
82
78
83
#### Homebrew
84
+
79
85
```shell
80
86
brew install automake gmp libtool wget
81
87
brew install zeromq --HEAD
@@ -92,6 +98,7 @@ iruby register --force
92
98
```
93
99
94
100
#### MacPorts
101
+
95
102
If you are using macports, run the following commands.
96
103
97
104
```shell
@@ -132,14 +139,21 @@ $ iruby register --force
132
139
```
133
140
134
141
## Notebooks
142
+
135
143
Take a look at the [example notebook](http://nbviewer.ipython.org/urls/raw.github.com/SciRuby/sciruby-notebooks/master/getting_started.ipynb)
136
144
and the [collection of notebooks](https://github.com/SciRuby/sciruby-notebooks/) which includes a Dockerfile to create a containerized installation of iruby
137
145
and other scientific gems. You can find the prebuild image at [dockerhub](https://registry.hub.docker.com/u/minad/sciruby-notebooks/).
138
146
139
147
## Contributing
140
-
We welcome contributions from everyone.
148
+
149
+
Contributions to IRuby are very welcome.
150
+
151
+
To former contributors
152
+
153
+
In February 2021, [IRuby became the canonical repository](https://github.com/SciRuby/iruby/issues/285) and is no longer a fork from [minrk/iruby](https://github.com/minrk/iruby). Please fork from this repository again before making pull requests.
141
154
142
155
## License
156
+
143
157
Copyright (c) IRuby contributors and the Ruby Science Foundation.
0 commit comments