-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Option to disable actions #254
Comments
@rahulvrane Glad to hear D-Tale is helping 👍 As for your question about hiding the "Shutdown" button. There is a way but it's not easily accessible at the moment. What I can do is make it a global variable or an environment variable if that would help. For example:
That would be how to hide the shutdown button. Currently I have a flag for turning off cell editing The other option I can work on providing is through the use of an environment variable. Say from your command line you ran Let me know if those sound like good options? Thanks |
@aschonfeld thanks for your response! The idea of having a global variable is probably more usable. Thanks again! |
@rahulvrane if you started sessions with these:
And of course you can also specify both those properties at the same time Then any one accessing those sessions will have those features turned off. You can turn it back on by taking the data_id (the number on the end of your URL) of the session and doing: |
Added in v1.15.2 |
@aschonfeld Is there another way to hide the shutdown button in jupyter notebook because the above mentioned way not working for me. |
@sk1802 sorry looks like there is a bug where it's not picking up whether I'll work on fixing the issue in the meantime |
@sk1802 just released v2.6.0 with these updates. Let me know if you have any other issues. Also, if you haven't done so already, please toss your ⭐ on the repo. Thanks 🙏 |
Thank you for the update @aschonfeld it really helped |
Hello
Thanks for the package! It is very helpful from an end user point. I had a qs however - are we able to turn off buttons such as 'Shutdown' etc? If yes, how can we do it?
Cheers
The text was updated successfully, but these errors were encountered: