Callum Macpherson

Results 57 comments of Callum Macpherson

Thank you for pointing this out. Indeed, `ipykernel` is required. I've been restructuring some of the docs recently and must've removed `ipykernel` by accident. I'll make a note to fix...

Closing this for now as I think the issue was addressed in #273. If anything else comes up feel free to reopen. I think it'd be a good idea to...

I've quickly put what I've done so far in a public repo. https://github.com/CalMacCQ/test-blog I haven't written any content or deployed anything yet. Just started experimenting with ablog today. Appreciate you...

Ah, I see. For this repository I started following the quick start here -> https://ablog.readthedocs.io/en/stable/manual/ablog-quick-start.html. I then modified the file structure. I seem to be able to replicate this issue...

Just to clarify my previous comment... The html pages still build sucessfully. Its just that there's a lot of warnings generated and the linking issue is still there with a...

Aha! I was using `ablog build` to build my html pages. If I use `ablog serve` and then check the links locally then they all work fine. Can you tell...

Probably unrelated but I'm getting this `BrokenPipeError` when serving the html locally ``` Exception occurred during processing of request from ('127.0.0.1', 53412) Traceback (most recent call last): File "/Users/callum/.pyenv/versions/3.10.6/lib/python3.10/socketserver.py", line...

Is this related to https://github.com/sunpy/ablog/issues/245 ?

Hi, The pytket-qujax notebooks are currently built and deployed as part of the pytket examples jupyterbook https://tket.quantinuum.com/examples/pytket-qujax_qaoa.html I think its a good idea to move the example notebooks as part...