-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Within the Pluto notebook isinteractive()
returns false
#3074
Comments
isinteractive()
returns falseisinteractive()
returns false
Check "Not really hooks but internally very hook-ish" in PlutoHooks |
Thanks for the report! I'll close this for now, but keep the reports coming; we love hearing from you! ❤️ 🎉 |
Yep. Makes total sense to close this. Thanks for your help gentlemen! |
The official API is https://plutojl.org/en/docs/abstractplutodingetjes/#is_inside_pluto |
To answer the original question, Pluto is indeed interactive 🐣 but |
Dear developers here,
First, thanks a lot for creating such a nice package! It's probably my favorite Julia project.
When moving over some of my work from REPL, I noticed that the return value from
isinteractive()
is alwaysfalse
within the notebook. I think this is a bug because the standard Julia REPL returnstrue
and I believe the Pluto notebooks are very interactive :)I've attached a screenshot and the actual notebook file for reproducing the problem.
interactive_bug.jl.zip
The text was updated successfully, but these errors were encountered: