I don't think this is something that jupyter can solve. You should likely investigate how to cache intermediate results to disk in your analysis pipelines if you want to skip repeating some computations.
Jason On Thu, May 18, 2023 at 10:38 AM Luca Marconi <[email protected]> wrote: > Hi everybody, > I am working with Jupyter Notebook for big data analysis and machine > learning. > > I always do "save and checkpoint" before closing the file. > > Unfortunately, I always have to re-run all the cells (all the realized > code) when I re-open my file. > > Is there a quick way to avoid this necessity? > > I would need to open the notebook and start working from the last cell > onwards, since the time needed to re-run everything is a lot (I have to > work with very large datasets). > > Thanks for you support. > > Best regards, > Luca Marconi > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/188c2702-3e52-4bd8-876d-4ca26242061en%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/188c2702-3e52-4bd8-876d-4ca26242061en%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAP7f1Ai9X7oetuzEQcRDDs57EUk%2BA%3DoGpiaBZhOb15i3A3tkXA%40mail.gmail.com.
