Shell validated kinit/keytab gets "Invalid Syntax" error

15 views
Skip to first unread message

Pasle Choix

unread,
Aug 17, 2018, 11:38:44 AM8/17/18
to Project Jupyter
Very odd, why when I kinit with my keytab, it reports 
"Invalid Syntax" error


Screenshot - 8_17_2018 , 11_36_00 AM.png

The same command works fine in shell.



Roland Weber

unread,
Aug 20, 2018, 2:15:05 AM8/20/18
to Project Jupyter
Your notebook expects Python code, but you're giving it a shell command.

While it is possible to execute shell commands in a Python notebook with the ! prefix, these commands will actually be executed in a sub-process, which terminates as soon as the command is executed. You cannot change key bindings that way, because they would only apply to the sub-process.

cheers,
  Roland

Reply all
Reply to author
Forward
0 new messages