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
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