Skip to content

Commit 31045bb

Browse files
committed
📝 Fix section levels
1 parent 72731b0 commit 31045bb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This is a Ruby kernel for Jupyter and is part of [SciRuby](http://sciruby.com/).
44

55
![Screenshot](https://cloud.githubusercontent.com/assets/50754/7956845/3fa46df8-09e3-11e5-8641-f5b8669061b5.png)
66

7-
### Quick start
7+
## Quick start
88
The installation instructions are divided according to environments mainly because of ZeroMQ.
99

10-
#### Ubuntu 16.04
10+
### Ubuntu 16.04
1111
At first install Jupyter. I recommend an installation using [Anaconda](https://www.continuum.io/downloads) Python 3.6 version.
1212

1313
After that, install the Ruby gem.
@@ -29,7 +29,7 @@ Now you can select Ruby kernel in Jupyter Notebook with:
2929

3030
jupyter-notebook
3131

32-
#### Windows
32+
### Windows
3333
At first install **git** and Jupyter. I recommend an installation using [Anaconda](https://www.continuum.io/downloads).
3434

3535
Run the following commands on **Ruby command prompt**:
@@ -44,7 +44,7 @@ Now you can select Ruby kernel in Jupyter Notebook with:
4444

4545
jupyter-notebook
4646

47-
#### Mac
47+
### Mac
4848
I recommend an installation using [Anaconda](https://www.continuum.io/downloads).
4949

5050
After that, run the following commands.
@@ -68,7 +68,7 @@ If you are using macports, run the following commands.
6868
gem install iruby
6969

7070

71-
#### FreeBSD
71+
### FreeBSD
7272

7373
At first install IPython/Jupyter.
7474
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.
106106
$ gem build iruby.gemspec
107107
$ sudo gem install iruby-0.2.7.gem
108108
```
109-
### Installation for jRuby
109+
## Installation for jRuby
110110

111111
Since jRuby is fully compatible with Ruby version 2.2, it is possible to use iruby with jRuby.
112112
It can be helpful if you want to use java classes in your iruby notebook.
@@ -126,14 +126,14 @@ $ iruby register --force
126126
```
127127
After that you can use iruby with jRuby in usual way.
128128

129-
### After the installation
129+
## After the installation
130130

131131
Take a look at the [example notebook](http://nbviewer.ipython.org/urls/raw.github.com/SciRuby/sciruby-notebooks/master/getting_started.ipynb)
132132
and the [collection of notebooks](https://github.com/SciRuby/sciruby-notebooks/) which includes a Dockerfile to create a containerized installation of iruby
133133
and other scientific gems. You can find the prebuild image at [dockerhub](https://registry.hub.docker.com/u/minad/sciruby-notebooks/).
134134

135135

136-
### Required dependencies
136+
## Required dependencies
137137

138138
* Jupyter >= 3.0.0
139139
* Ruby >= 2.1.0
@@ -142,11 +142,11 @@ If you install IRuby with CZTop, CZMQ >= 4.0.0 is added to the list above.
142142

143143
If you install IRuby with ffi-rzmq, libzmq >= 3.2 is added to the list above.
144144

145-
### Authors
145+
## Authors
146146

147147
See the [CONTRIBUTORS](CONTRIBUTORS) file.
148148

149-
### License
149+
## License
150150

151151
Copyright © 2013-15, IRuby contributors and the Ruby Science Foundation.
152152

0 commit comments

Comments
 (0)