notebook_xterm icon indicating copy to clipboard operation
notebook_xterm copied to clipboard

Windows system support

Open headhuanglan opened this issue 5 years ago • 0 comments

Hi, Could you add the windows support for this Xterm? I notice that terminalserver.py imports termios and fcntl But that is not available in the Windows system. I am not familiar with these packages. I try to change them to windows alternative ones but failed.

Another question is about %load_ext notebook_xterm is it possible to load notebook_xterm in init.py? without the magic load_ext command?

I want to be able to run xterm just by typing %xterm.

Also, Could I use your code in my project?

Thanks!

headhuanglan avatar Jun 28 '20 00:06 headhuanglan