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

Interactive matrix_viewer(...) #9090

Open
sagetrac-acleone mannequin opened this issue May 29, 2010 · 5 comments
Open

Interactive matrix_viewer(...) #9090

sagetrac-acleone mannequin opened this issue May 29, 2010 · 5 comments

Comments

@sagetrac-acleone
Copy link
Mannequin

sagetrac-acleone mannequin commented May 29, 2010

Adds an interactive matrix viewer to the notebook.

Requires: #8758

CC: @sagetrac-acleone

Component: notebook

Author: Alex Leone

Issue created by migration from https://trac.sagemath.org/ticket/9090

@sagetrac-acleone sagetrac-acleone mannequin self-assigned this May 29, 2010
@jdemeyer
Copy link

jdemeyer commented Jul 4, 2017

comment:1

What is an "interactive matrix viewer"?

@kcrisman
Copy link
Member

kcrisman commented Jul 5, 2017

comment:2

My guess is that this might be something that allows easy input of a matrix, as with the graph_editor? That would certainly be useful (in TeXShop I use something analogous all the time to relieve the tedium of typing in LaTeX matrices). Don't know for sure, though.

@jdemeyer
Copy link

jdemeyer commented Jul 5, 2017

comment:3

Well, we have input_grid (both in SageNB and Jupyter) which can do this. The only potential caveat is that the size is fixed: you need to specify the number of rows and columns in advance.

@kcrisman
Copy link
Member

kcrisman commented Jul 5, 2017

comment:4

In interacts, yes? Maybe this was originally opened to allow this outside of interacts ... honestly I don't know, but your caveat sounds like a reasonable goal for this ticket.

@jdemeyer
Copy link

jdemeyer commented Jul 6, 2017

comment:5

Right... the thing with Jupyter widgets is that one can use the widgets without interacts. Essentially @interact is built up from widgets, for example setting up the auto-evaluation when a widget changes.

With SageNB on the other hand, controls (the SageNB term for widgets) cannot live by themselves. They require @interact to be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants