Tony Hirst

Results 404 comments of Tony Hirst

@mbektas Testing on my Mac, (osx-arm64), the downloaded application reports as broken when I try to run it.

Ah, of course... so this maybe is the temp workaround: `% xattr -d com.apple.quarantine /Applications/JupyterLab.app` And for local build: `yarn create_env_installer:osx-arm64 && yarn dist:osx-arm64-dev` (`-dev` removes signing requirement).

In terms of user experience, I imagine something like the following: - a user is reading a Jupyter Book via an HTML view; - they click a link to another...

One issue I've noted with jupyterlite is that it doesn't seem to behave very well if it's down a path. eg if you publish a Jupyter Book on `user.github.io/repo` and...