Skip to content

Commit 24094c4

Browse files
authored
Minor changes to README (#371)
* Remove outdated Docker Hub reference * Update URLs in README.md * Replace * with - in README
1 parent 7324cbf commit 24094c4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://github.com/SciRuby/iruby/workflows/CI/badge.svg)](https://github.com/SciRuby/iruby/actions)
55
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RubyData/binder/master?filepath=ruby-data.ipynb)
66

7-
IRuby is a Ruby kernel for [Jupyter project](http://try.jupyter.org/).
7+
IRuby is a Ruby kernel for [Jupyter project](https://jupyter.org/).
88

99
## Try IRuby
1010

@@ -20,23 +20,23 @@ The following URL launches JupyterLab directly on Binder.
2020

2121
### Requirements
2222

23-
* [Jupyter](https://jupyter.org)
23+
- [Jupyter](https://jupyter.org)
2424

2525
The following requirements are automatically installed.
2626

27-
* [ffi-rzmq](https://github.com/chuckremes/ffi-rzmq)
28-
* [libzmq](https://github.com/zeromq/libzmq)
27+
- [ffi-rzmq](https://github.com/chuckremes/ffi-rzmq)
28+
- [libzmq](https://github.com/zeromq/libzmq)
2929

3030
The following dependencies are optional.
3131

32-
* [Pry][Pry], if you want to use [Pry][Pry] instead of IRB for the code execution backend
32+
- [Pry][Pry], if you want to use [Pry][Pry] instead of IRB for the code execution backend
3333

3434
### Installing Jupyter Notebook and/or JupyterLab
3535

3636
See the official document to know how to install Jupyter Notebook and/or JupyterLab.
3737

38-
* <https://jupyter.readthedocs.io/en/latest/install/notebook-classic.html>
39-
* <https://jupyter.readthedocs.io/en/latest/install.html>
38+
- <https://jupyter.readthedocs.io/en/latest/install/notebook-classic.html>
39+
- <https://jupyter.readthedocs.io/en/latest/install.html>
4040

4141
### Ubuntu
4242

@@ -108,8 +108,8 @@ docker run --rm -it -p 8888:8888 rubydata/datascience-notebook
108108

109109
You can use Java classes in your IRuby notebook.
110110

111-
* JRuby version >= 9.0.4.0
112-
* iruby gem
111+
- JRuby version >= 9.0.4.0
112+
- iruby gem
113113

114114
After installation, make sure that your `env` is set up to use jruby.
115115

@@ -152,8 +152,8 @@ export IRUBY_SESSION_ADAPTER="cztop"
152152

153153
There are two backends: PlainBackend and PryBackend.
154154

155-
* PlainBackend is the default backend. It uses [IRB](https://github.com/ruby/irb).
156-
* PryBackend uses [Pry][Pry].
155+
- PlainBackend is the default backend. It uses [IRB](https://github.com/ruby/irb).
156+
- PryBackend uses [Pry][Pry].
157157

158158
You can switch the backend to PryBackend by running the code below.
159159

@@ -163,9 +163,9 @@ IRuby::Kernel.instance.switch_backend!(:pry)
163163

164164
## Notebooks
165165

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

170170
## Contributing
171171

0 commit comments

Comments
 (0)