William Stein
William Stein
Further motivation for this: The latest official version of Jupyter classic actually *is* JupyterLab with a reskin, and hence completely and totally incompatible with our "jupyter classic in an iframe"....
Jupyter classic in an iframe with realtime sync is now gone. Users who had it enabled will now see this when they open a notebook: WORKAROUND: If you really really...
No example and no info in 5 years. So closing.
Actually, this is still a good idea.
To do this: 1. Open src/packages/frontend/jupyter/commands.ts 2. Use this code: ```js function f(keyCode) { chrCode = keyCode - 48 * Math.floor(keyCode / 48); return String.fromCharCode(96
Just saw this discussed during triage. I could imagine this coming up when somebody works with a notebook using some extension that supports a new cell type, and then that...
Here's the text from the image so people can copy/paste it to reproduce this issue (hopefully -- I'm typing this in manually): ```````md # Level 1 heading Some text ```python...
This project node-http-proxy hasn't had any activity or maintenance at all in over 4 years, but has 98 open pull requests and about 15 million downloads per week. Is anybody...
This is exactly what colab does already.