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

Sage Shell View disables alternative "viewers" #78

Open
balbirthomas opened this issue Sep 16, 2023 · 0 comments
Open

Sage Shell View disables alternative "viewers" #78

balbirthomas opened this issue Sep 16, 2023 · 0 comments

Comments

@balbirthomas
Copy link

Enabling sage shell view using (add-hook 'sage-shell-after-prompt-hook #'sage-shell-view-mode) results in plots always being displayed as PNG images. For example even after toggling inline images (sage-shell-view-toggle-inline-plots) the images are displayed in a browser as a PNG instead of using the default threejs viewer. Specifying a viewer explicitly using viewer keyword argument of the plot or show command also does not make a difference, regardless of the choice of viewer. This breaks the behavior of a sage REPL.

This seems to have been a regression in recent versions of Sage shell view mode. It used to work just like the Sage REPL previously.

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