Lab Notebooks (2020)
sambleckley.com
Lab Notebooks (2020)
1–10 of 70 posts
Re: Lab Notebooks (2020)
#2Re: Lab Notebooks (2020)
#3Re: Lab Notebooks (2020)
#4Preserving a record in detail seems like a natural fit, we're used to doing the same for our source code, I'm surprised it's not more common to do the same for the source of the source code.
Re: Lab Notebooks (2020)
#5Many of those rules became unnecessary when the US patent system joined the rest of the world by adopting "first to file" priority. Rules such as: Always writing in pen, and crossing things with a single strike-through.
Notebooks are still a great way to preserve the little details of "what the hell was I thinking?" A colleague told me a good notebook prevents you from having to repeat a study because you can't figure out what you did the first time.
There are still industries that require legally defensible record management -- you'll know if you're in that boat. If not, you can DIY whatever method works for you. The success metric is if you actually use it. On paper, I write in pencil because I'm more concerned about readability than a precise narrative. On the computer, Jupyter, just because nothing else really lets me document "thinking in code."
Re: Lab Notebooks (2020)
#6Re: Lab Notebooks (2020)
#7Re: Lab Notebooks (2020)
#8Re: Lab Notebooks (2020)
#9That said, I don't use lab notebooks for coding/software development. I tend to use Markdown files in a Git repository for that. That setup serves the same purpose, since I write down what I intend to do and whether I was able to achieve it or not, but it is much easier to use when coding in my experience.
Re: Lab Notebooks (2020)
#10Habit of lab notebook has stuck with me since college. Shoutout to reMarkable tablets and Neo Smartpens, for helping combine the analog process of handwriting with digital search. Likely a personal thing, just like to take hands off keyboard from time to time. Seen hints of research re benefits of handwriting, but never really dug into it.