You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the notebook reference/widgets/Terminal.ipynb. I can see that the command terminal.subprocess.run fails with errors. This is probably expected and not something that can be fixed.
ImportError: cannot import name 'tcgetattr' from 'tty' (/lib/python3.10/tty.py)
File "/lib/python3.10/site-packages/panel/widgets/terminal.py", line 144, in _set_winsize
fcntl.ioctl(self._fd, termios.TIOCSWINSZ, winsize)
AttributeError: module 'fcntl' has no attribute 'ioctl'
The text was updated successfully, but these errors were encountered:
Panelite=0.14.3
I'm trying the notebook reference/widgets/Terminal.ipynb. I can see that the command
terminal.subprocess.run
fails with errors. This is probably expected and not something that can be fixed.The text was updated successfully, but these errors were encountered: