JupyterLite notebooks and REPLs (Read-Eval-Print Loop) run entirely in your browser — no installation or server connection required!
They are used to provide interactive examples across the DCC Wiki.
- Write and run Python code directly in the browser
- Explore examples and tutorials related to DCCs
- Modify cells and experiment safely without affecting others
- Click on "View inline" or "Open in new tab" to access the REPL
- Wait until the "..." at the top disappears and "A WebAssembly-powered Python kernel backed by Pyodide" appears
- The provided cells are executed automatically and the output appears below each cell
- You can enter your own Python code in the textbox at the bottom and execute it by pressing Shift + Enter