Remi Rampin

Results 489 comments of Remi Rampin

I see it as independent. What I have in mind is showing the inputs/outputs and how they relate to the runs. Graph: ![graphviz graph from the docs](https://docs.reprozip.org/en/1.0.x/_images/digits-io.png) GUI: ![GUI screenshot...

After https://github.com/comses/reproducible-model-package-examples/issues/1 I am now using busybox binaries that use the internal commands for ls, ln, mkdir, ... making it possible to run a shell by just executing `/busybox ash`....

Singularity does less isolation and is therefore more suitable for HPC environments. It's more about deploying environments than containerizing processes. It looks like it's easy enough to import a tarball...

Needed by kaczmarj/neurodocker#69

I started work on this in a [new branch](https://github.com/ViDA-NYU/reprozip/tree/science-debugger). Went with flat file storage + SQLite3 database, where all the metadata is stored (basically a table: run id, path, UNIX...

ReproZip already does the tricky dpkg (and rpm) integration, capturing which DEB or RPM packages the traced files come from. But more could be done: Ruby/R/Python packages could be inferred...

The JSON array does have this in it, which is as surprising to me as it probably is to you :confused: ```json { "Containers": -1, "Created": 1524279355, "Id": "sha256:6bf7a4fa2d455fae4ce7f38b0b6db33fc5c5ea537c252b0bab8a6338176cb81b", "Labels":...

I bring that up a lot, but are we sure we want to promote Slack as a resource to learners? Using it among maintainers is fine, but this feels like...

Google is also slowly rolling out their own, integrated with Google Drive: https://colab.research.google.com/ (currently appears in beta, need to request access) Azure Notebooks is a very good option that is...

I have to agree, Binder offers no persistence, which means that your notebook will disappear if you stop looking at it for long enough (you will also lose your notebook...