home.social

#jupyter-notebook — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jupyter-notebook, aggregated by home.social.

fetched live
  1. A lot of the analytical work I do really adapts well to #Jupyter Notebooks. It's very helpful to organize the code into logical chunks, one chunk per cell.

    However, now I want to re-run the entire workbook, changing only one parameter.

    Is there an easy way to do that without merging all the cells together?

    ETA: My notebook has a parameter section at the top, but now I want to re-run for a range of values that would be a pain to do manually.

    #JupyterNotebook #ScottProgramming