Is it possible to allow other users access to the python standard output but not to view files?

I need a way for other users to be able to see the python standard output device where lines are printed and also be able to input, all without access to view or edit files in the project. I’m unsure if this is possible after my searching led nowhere.

2 Likes

@somethingML unfortunately, I do not think this is possible. You could make your Repl private, but no one would be able to access it. I was considering making this a feature request, though. Maybe you could.

1 Like

Have you seen any requests for this feature or workarounds to enable it?

Closed source repls. But, just want to hide some sensitive info? Use secrets. Otherwise:

1 Like