thebe icon indicating copy to clipboard operation
thebe copied to clipboard

Turn static HTML pages into live documents with Jupyter kernels.

Results 117 thebe issues
Sort by recently updated
recently updated
newest added

### Context The current editor component **codemirror** from jupyter, has issues with CSS transforms. - (old version) - (won't fix) - (won't fix) CSS transforms is used by reveal.js to...

enhancement

Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 Commits aac695e release: v4.5.3 96a7f3a fix: fs.deny...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

(big fan of Thebe) Hello! I've spent time in the last few months cleaning up the API code that the binderhub frontend uses to talk to the binderhu backend, and...

### Describe the bug **context** When I do use any of the examples that have markdown cell output https://executablebooks.github.io/thebe/ipywidgets.html **expectation** I expected markdown to be rendered **bug** But instead I...

bug

Add 2 functions that allow adding and removing of code cells in thebe without reconnecting every time. I added a new example to the simple apps to showcase it.

In https://github.com/jupyterlite/jupyterlite/issues/1333, I asked about using jupyter book / jupyter lite for creating a textbook with interactive coding exercises. It was suggested that this might be possible with thebe-light but...

enhancement

### Context Hi, I develop a react app and want to use thebe to create an R sandbox in the webpage, but I found the doc lacks such guidance. So...

enhancement