예제 #1
0
 public static string input(string prompt = "")
 {
     return(JupyterInteractiveHost.GetInput(prompt));
 }
예제 #2
0
 public static PasswordString password(string prompt = "")
 {
     return(JupyterInteractiveHost.GetPassword(prompt));
 }