Is there any way to disable the upgrade message? #2364
-
Is there any way to disable this popup appearing? I operate a service https://cocalc.com that provides hosted Pluto.jl notebooks. However, the installation is system-wide, so users do not have permissions to modify their Pluto installation. So the above upgrade notice is just very confusing and frustrating to them. We do upgrade regularly, but our upgrade cycle isn't exactly the same as Pluto's. In general it is also a little concerning that Pluto.jl is perhaps "phoning home" to check for upgrades (I don't know how the version check works, but it might be used to gather info about where users of Pluto are located). Is there a way to "disable all telemetry"? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Note that I'm even willing to modify the source code of Pluto.jl via a patch as part of my install process, if that's the only way. |
Beta Was this translation helpful? Give feedback.
-
Another option might be to stat some files in the Pluto distribution and if the user running Julia doesn't have write permissions to them, show no message or a different message? |
Beta Was this translation helpful? Give feedback.
-
It's actually easier than this, you can run Pluto with: Pluto.run(dismiss_update_notification=true) PS I love your work on cocalc.com , really cool to see Pluto there! Let us know if we can do anything else to support it :) |
Beta Was this translation helpful? Give feedback.
It's actually easier than this, you can run Pluto with:
PS I love your work on cocalc.com , really cool to see Pluto there! Let us know if we can do anything else to support it :)