

#132 The Past, Present, and Future, of the Data Science Notebook
10 snips Apr 3, 2023
In this engaging discussion, Dr. Jodie Burchell, Data Science Developer Advocate at JetBrains and a former clinical psychologist, delves into the evolution of data science notebooks. She highlights how these tools transformed from local scripts to collaborative, remote environments, enhancing accessibility and efficiency. Jodie predicts future trends influenced by generative AI, emphasizing the role of ethical considerations and the human touch in data science. Her insights on the intersection of behavioral science and data advocacy are particularly enlightening!
AI Snips
Chapters
Transcript
Episode notes
R Markdown Introduction
- Jodie Burchell's initial data science journey began with R and R Markdown.
- Literate programming environments felt intuitive and cleaner than traditional scripts.
Remote Notebooks
- The biggest change in data science notebooks has been the shift from local to remote environments.
- Remote notebooks enable complex model development and access to larger datasets.
Reproducibility in Managed Notebooks
- Managed notebook environments enhance reproducibility by linking notebooks to specific environments.
- Containerization ensures consistent dependencies, making projects more approachable for beginners.