-
Notifications
You must be signed in to change notification settings - Fork 30
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
Improve array and matrix display speed #197
Comments
@zalt50 What do you think? |
Cc @Uditgulati |
I see. |
I want to stop implicit use of MathJax for displaying the result. |
@prasunanand @mrkn @zalt50 How about kojix2@b3f7ddc |
I think only showing first 5 and last rows and columns should be enough. We are thinking of fixing this problem for NMatrix too during this GSoC. |
kojix2@b3f7ddc is nice for me, but some people don't need MathJax so is it possible to choose whether to use MathJax in runtime? |
Oops, It was discussed in the past #97 |
Changed default display format for NArray to text/plain. |
It may be time to rethink how iRuby displays arrays.
Matrix rendering with MathJax is beautiful. However, it is not appropriate when displaying large sized arrays or matrices. In the worst case, the browser freezes.
ruby-numo/numo-narray#124
The text was updated successfully, but these errors were encountered: