Lessons learned reinventing the Python notebook
1–10 of 44 posts
Re: Lessons learned reinventing the Python notebook
#2Re: Lessons learned reinventing the Python notebook
#3[flagged]
Re: Lessons learned reinventing the Python notebook
#4Re: Lessons learned reinventing the Python notebook
#5Re: Lessons learned reinventing the Python notebook
#6If you’re going to reinvent the Python notebook for reproducibility, I wonder why not go further, and fully snapshot the program state?
I really want this to work, because hidden state in Jupyter notebooks bites me frequently, but the post and website haven’t convinced me this is a robust approach - maybe I’m missing something?
Re: Lessons learned reinventing the Python notebook
#7[flagged]
Re: Lessons learned reinventing the Python notebook
#8Re: Lessons learned reinventing the Python notebook
#9[flagged]
Then don’t use it. This isn’t a requirement to use Python. It’s just one of the alternatives including notebooks, a text editor, or an IDE. But notebooks are very popular in some fields, and it’s nice to see new things.
if you want knuth's literate programming, just comment liberally per that guidance.
or carry forward with them and print your retractions later. vOv
Re: Lessons learned reinventing the Python notebook
#10How about lessons learned from other reactive notebook environments that have been around for a while? If you are 'reinventing' something, I wonder why no mentions are made of the paths that have been laid before (Observable, Quarto, Enso, etc.).
I think Pluto also lets you reassign a variable.