# Use Jupyter notebook for Ruby
Topics: [[Jupyter notebook]], [[Ruby]]
## Subtopics
-
## Installation
On Fedora:
```bash
sudo dnf install python3-notebook mathjax sscg
gem install iruby
iruby register --force
```
Then, start the application via `jupyter notebook`, and use the Ruby kernel when creating a new notebook.
## Bookmarks
- [Ruby and Jupyter Notebooks](https://nithinbekal.com/posts/ruby-jupyter-notebooks/)
## Related topics
-