In pyspark with Jupyter we used to do getpass.getpass "Prompt the user for a password without echoing" https://docs.python.org/2/library/getpass.html but with Zeppelin Spark Interpreter wouldn't pass interactive request to pyspark REPL - it actually makes spark interpreter paragraph hang.
I was thinking to submit a jira for this a while back. Not sure how hard it would be to add in Zeppelin. Here's how it looks in Jupyter (Jupyer actually displays an interactive prompt under the paragraph): [image: Inline image 1] Here's how it looks in Zeppelin (after canceling execution as it gets stuck): [image: Inline image 2] I think if Zeppelin could understand that there is an interactive prompt, this will be helpful not only with password prompts but any other cases (including shell interpreter). -- Ruslan Dautkhanov On Tue, May 9, 2017 at 4:59 PM, Ben Vogan <b...@shopkick.com> wrote: > Hi there, > > Is it possible to create a textbox for accepting passwords via the > ZeppelinContext (i.e. one that masks input)? I do not see any way to do > so, but I hope I'm missing something. > > Thanks, > > -- > *BENJAMIN VOGAN* | Data Platform Team Lead > > <http://www.shopkick.com/> > <https://www.facebook.com/shopkick> <https://www.instagram.com/shopkick/> > <https://www.pinterest.com/shopkick/> <https://twitter.com/shopkickbiz> > <https://www.linkedin.com/company-beta/831240/?pathWildcard=831240> >