-
Notifications
You must be signed in to change notification settings - Fork 101
As of Julia 1.0, InteractiveUtils needs to be imported for juliaconsole envs #134
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
Comments
I tried using |
In other news, I expected juliaconcode to execute but not display anything, and it appears to be typesetting. (executing correctly as expected though). |
For Currently, the |
Awesome, thanks! FWIW, temporary solution is to run the code but hide it off the page:
|
… juliaconcode and Rconcode environments (#134)
|
You're awesome! We're incorporating it now. Will close the issue. |
Does it make sense to tag a new release at this point? This is pretty nice functionality to have in the version on CTAN. |
@mykelk Yes, a new release on CTAN is long overdue. There's a pull request that will add support for all Jupyter kernels, and I'm hoping to get a new release out once that is merged. |
Several functions available in the real Julia console are no longer available in normal Julia without importing the InteractiveUtils package.
juliaconsole environments should probably have
using InteractiveUtils
under the hood.The text was updated successfully, but these errors were encountered: