Tony Hirst
Tony Hirst
Noting the the many many option-digit keyboard shortcuts mean that things like option-3, which on a Mac UK keyboard is a # sign, don't work to give desired characters.
I also note that there doesnlt seem to be a way to delete the current default bindings?
I am getting the same error, in ways I can't reliably reproduce, in Chrome on various recently built sites, using latest (unpinned) PyPi releases and pyodide kernel. ```text jupyterlite-core jupyterlab...
Poking around one of my set-ups, I was building a GH Pages site with a Jupyter Book at `/` and JupyterLite in `/jupyterlite`. That was behaving really badly... Keeping JupyterLite...
I was going to say I will try to do it tomorrow if that's okay, but I just raised a related issue on [naming data containers](https://github.com/luiselizondo/docker-mysql-scripts/issues/2) and the two issues...
I had this issue arising from a `/` in a commit summary message (eg `Did this / that`); `git reset --soft HEAD~` to roll back the commit, and then recommit...
IIRC, my issue was I have dozens of servers running on different ports, and if I launch a new Jupyter server and to test it, I don't necessarily know what...
In https://github.com/jupyterhub/jupyter-server-proxy/blob/main/tests/test_proxies.py, the `PORT` is set as: `PORT = os.getenv('TEST_PORT', 8888)` If I start a jupyter server, and the default 8888 is already allocated, the server is launched on a...
It was more of a heads up that the diagram scripts are being added to ipynb/gfm markdown using one form of syntax, and qmd and myst use another. It's going...
Related issue on flake8 - I think the magic needs updating to address this: https://github.com/PyCQA/flake8/issues/1419