Chris Sewell

Results 1324 comments of Chris Sewell

also use WAL mode for connections, which improves concurrency: https://sqlite.org/wal.html See e.g. https://github.com/aiidateam/disk-objectstore/blob/65a3e5d9b8c95d7f9a7309a01f8be68bc11be1bd/disk_objectstore/database.py#L34

This is a myst-nb issue really The .py files are output as script files by jupyter-sphinx, but are currently erroneous and I’ve been waiting for a while for thee fix...

> is it always going to be true that jupyter-cache writes multiple files / source file Just to re-emphasise, this is not a jupyter-cache issue, jupyter-cache does not write these...

The "fix" is to save the script files in a seperate folder to the notebook files

> hey @gregcaporaso - I spoke with @chrisjsewell who mentioned that you're certainly welcome to start trying out the code here, and contributions are welcome as well! There may be...

Yeh go for it. Just make sure that an issue is still open for the "long-term" solution, so we don't forget

Heya, Well the key problem (and for https://github.com/jupyter/nbclient/issues/248) is what would you cache? You can't start execution half way through a notebook unless you cached the entire state of the...

Heya yeh definitely interested thanks

- [tinydb](https://tinydb.readthedocs.io/en/latest/usage.html#storage-middleware) is a well-used, lightweight package with a simple JSON database API. Different storage classes can be used, which can also be wrapped in Middleware to customise their behaviour:...