Re: interactive input using guix-jupyter-kernel

2020-07-24 Thread Ludovic Courtès
Hi David, david larsson skribis: > How can I ask for password input and get a password prompt in the > notebook if I use the guix kernel in jupyter? > > ;;guix environment python-env <- python-ipython python-ipykernel > import getpass > password = getpass.getpass() > > using a regular python ker

interactive input using guix-jupyter-kernel

2020-07-16 Thread david larsson
Hi, How can I ask for password input and get a password prompt in the notebook if I use the guix kernel in jupyter? ;;guix environment python-env <- python-ipython python-ipykernel import getpass password = getpass.getpass() using a regular python kernel this works fine but not with guix kern