jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Add browser-based interactive demo #43

Closed ianthomas23 closed 2 months ago

ianthomas23 commented 2 months ago

This adds a demo directory to the repo, containing a web-based demo using xterm.js that can be used to interactively try out the project in a browser without needing all the JupyterLite infrastructure. It is particularly useful during development to make changes to the cockle source code and then try out the changes interactively in a browser.

demo