We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like something like the following
1 + 1 3 + 4
to get translated as
julia> 1 + 1 2 julia> 3 + 4 7
And also respect :compact text printing of arrays and data frames.
:compact
I imagine this is difficult to do. So no pressure. But it would be nice to do, in general.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like something like the following
to get translated as
And also respect
:compact
text printing of arrays and data frames.I imagine this is difficult to do. So no pressure. But it would be nice to do, in general.
The text was updated successfully, but these errors were encountered: