notebook_xterm icon indicating copy to clipboard operation
notebook_xterm copied to clipboard

A terminal emulator embedded in a IPython/Jupyter notebook.

Results 8 notebook_xterm issues
Sort by recently updated
recently updated
newest added

Python 3 handles strings with two different types. sys.stdout.write(data) expects `type(data)` to be `` and not , so we have to tell how to decode bytes to str. See https://stackoverflow.com/a/21689447/822644...

Tried this in Google Colab, but no fruitful outcome, Will there be a support in future ?

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...

This PR adds support for multiple xterms in one notebook. They can't all work at once - I couldn't manage to get that working - but it means if you...

This PR adds support for decoding unicode characters in the response that is sent for the terminal to display. This means that special characters (including weird characters for making boxes...

This PR adds a new feature where the xterm magic can take an argument of a command to run as soon as the terminal is opened. So, you can now...

Mininet is computer network emulator tool written in Python. I am working on running Mininet on Jupyter Notebook for educational purpose. Mininet uses Xterm to open a terminal for student...

![jupyter-nb-terminal-emulator-demo](https://user-images.githubusercontent.com/1238730/32994956-04cb26da-cd3c-11e7-9f7c-527de15f654c.gif)