Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display large NArrays in IRuby #124

Closed
kojix2 opened this issue Apr 11, 2019 · 1 comment
Closed

How to display large NArrays in IRuby #124

kojix2 opened this issue Apr 11, 2019 · 1 comment

Comments

@kojix2
Copy link
Contributor

kojix2 commented Apr 11, 2019

IRuby Support

June 21, 2016 @zalt50 added NArray support to IRuby.
SciRuby/iruby@746dda7#diff-bf1f0c458ec5b742a81d7fe903b3a8d6

At this time I thought it was a good idea.
Array of size of 10x10 is displayed like this beautifully.

image

there were very few users who wanted to run Deep Learning using Ruby in 2016, and such a display was good.

Display a larger matrix

Today, the beautiful rendering of MathJax is annoying.

Ruby

It does not fit in the window.
Sometimes the browser freezes.
image

Julia

image

Python

image

NArray in Terminal

image

Of course, this is not a problem with NArray itself.
However, NArray is often used with IRuby.
How to display NArray should be discussed here.

Thank you.

@kojix2
Copy link
Contributor Author

kojix2 commented Oct 20, 2019

IRuby now displays NArray as text by default.
Thank you.

@kojix2 kojix2 closed this as completed Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant