hydrogen-launcher icon indicating copy to clipboard operation
hydrogen-launcher copied to clipboard

Launching a console in Windows with bash results in unescaped backslashes.

Open janemumei opened this issue 5 years ago • 0 comments

The error message:

jyuan@jyual0 MINGW64 ~/github/project (master)
$ jupyter console --existing C:\Users\jyuan\AppData\Roaming\jupyter\runtime\kernel-144118ba-71d0-4e29-964c-3272b5b640a0.json
\kernel-144118ba-71d0-4e29-964c-3272b5b640a0.json                          n file C:UsersjyuanAppDataRoamingjupyterruntimekernel-144118ba-71d0-4e29-964c-327
[ZMQTerminalIPythonApp] CRITICAL | Could not find existing kernel connectio
n file C:UsersjyuanAppDataRoamingjupyterruntimekernel-144118ba-71d0-4e29-96
4c-3272b5b640a0.json

I'm on Windows 10 using git's BASH emulation. When launching a console using Ctrl + Alt + Shift + J the backslashes are not escaped, resulting in unexpected behavior.

janemumei avatar Oct 23 '19 00:10 janemumei