A.G. Bocsardi
A.G. Bocsardi
The idea for this article would be to showcase how you can use Docker as a researcher by walking you through a toy research project. The aim is to show...
I run my code on python3 using the following: ``` $ .venv/bin/python -m congressionalrecord.cli 2001-01-06 2020-12-31 json Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code,...
This is a follow up from https://github.com/Vigemus/iron.nvim/pull/391#issuecomment-2720786693 The current `send_code_block` feature doesn't work as intended for Markdown code cells, delimited by triple backtics: ````md --- title: "Example QMD notebook" ---...