Welcome!

Hi, I’m Mateusz Konat—a tech enthusiast, sportsman, wit, and lifelong learner. This site is my space to share experiences, projects, and insights.

Check out my blog posts for inspiration or explore my projects to see what I’m working on.

Want to learn more about me? Visit About Me—a short yet detailed snapshot of my journey.

Use the tags (marked with #, like #creativity) at the top of each page to navigate easily.

Feel free to explore or contact me via email:
mateusz{dot}konat{dot}py{at}gmail{dot}com

Looking forward to hearing from you — cheers!

Marimo as the successor to Jupyter Notebook.

Marimo as the successor to Jupyter Notebook.
Why Should You Care? Jupyter Notebooks are a cornerstone of the Python ecosystem, especially in research and data science. Their ability to combine code, markdown, results, and visualizations makes them a powerful tool for analysis and communication. <—! Include a graphic from the paper on how the example jpuyter looks like —> But they also come with well-documented drawbacks: hidden execution order, reproducibility issues, and encouragement of poor coding practices. A 2019 study — “A Large-scale Study about Quality and Reproducibility of Jupyter Notebooks”1 — highlighted how these problems undermine reliability at scale.
[Read more]