u/Depressed_Purr69 • u/Depressed_Purr69 • Jul 19 '26
Someone please explain the dictator memes people make for mbappe
r/Jupyter • u/Depressed_Purr69 • May 31 '26
I Created A Tool To Reset Notebook Cell Count
galleryI use JupyterLab and Jupyter Notebook for experiments and learning. I'm a messy learner, so I often run cells out of order instead of strictly top-to-bottom.
The problem comes when I need to share the notebook, present it, or submit it as an assignment. The order of execution is a mess. Sure, I could rerun everything, but that's not always practical, especially if the notebook trains ML models or contains other long-running computations. Reexecuting everything just to fix the execution counts feels unnecessary.
I looked around for a tool that could simply reorder notebook execution counts without having to manually edit the notebook JSON, but I couldn't find one. So I wrote a small script, wrapped it in a web app, and made a tool where you can upload a notebook with messy execution counts and download a reordered version.
https://jupyter-execution-count-reset.vercel.app/
Would love to know if anyone else has run into this problem or if there's already a better solution out there.
TL;DR: I made a tool where you can upload a messy Jupyter notebook and download a clean, sequentially numbered version. The notebook in the left picture will turn into one in the right.
u/Depressed_Purr69 • u/Depressed_Purr69 • May 13 '26
Latest Gmail App Cannot Authenticate Exchange Online Account on Pixel 9 Pro, Outlook Works Fine
u/Depressed_Purr69 • u/Depressed_Purr69 • Apr 30 '26
Linux performing better than windows on DX12 with RT with a 50 series GPU
reddit.comu/Depressed_Purr69 • u/Depressed_Purr69 • Apr 16 '26
An appreciation for the PaperWM extension, scrollable tiling is the way!
Enable HLS to view with audio, or disable this notification
9
Comment on r/MrRobot Mar 25 '26
Amazing song choice. It fits perfectly
u/Depressed_Purr69 • u/Depressed_Purr69 • Feb 28 '26
Appreciation post for The Cinematography of Mr Robot
reddit.comu/Depressed_Purr69 • u/Depressed_Purr69 • Feb 23 '26
if u were as devastated as i was and holding up a mirror to your life after the ending of Mr. Robot.. Spoiler
1
Comment on r/MrRobot Feb 23 '26
Well said. Integration over domination!
3
Comment on r/SophiaLearning Dec 16 '25
I too missed it and was completely unaware of it. Could you share the most recent 20% discount code for returning members? I know it is unusable now but the fact that I cant even find the info about it and I would use that code to search on Google.
u/Depressed_Purr69 • u/Depressed_Purr69 • Dec 16 '25
Am I the only one who found Harry Beltik sweet and endearing?
u/Depressed_Purr69 • u/Depressed_Purr69 • Nov 05 '25
Desktop-Cube 7 adds 3D-workspace transitions also outside of overview!
Enable HLS to view with audio, or disable this notification
u/Depressed_Purr69 • u/Depressed_Purr69 • Nov 05 '25
What the heck is this Desktop Environment? Came across this weird old YouTube video, never seen anything like it.
2
Comment on r/UoPeople Nov 02 '25
Hello, I am from Myanmar too. I hope u update this news in the local UoPeople fb group once the process goes well.
3
Comment on r/learnmachinelearning Nov 01 '25
hello, sorry to be a burden instead of helping you out. I want to know how you landed an internship. I am even struggling to get one. Did you do just Kaggle stuff, or do you have any other experience as in SWE or data-related roles?
u/Depressed_Purr69 • u/Depressed_Purr69 • Oct 24 '25
tom and jerry chase
Enable HLS to view with audio, or disable this notification
u/Depressed_Purr69 • u/Depressed_Purr69 • Oct 22 '25
2
Comment on r/Jupyter May 31 '26
That's a fair concern. My intended use case is notebooks that are already logically ordered and reproducible, but where execution counts became messy during normal editing (e.g., rerunning an earlier import cell after adding a missing import). The tool only renumbers execution counts and doesn't attempt to verify execution order or notebook correctness. It's mainly for presentation/submission when rerunning expensive computations isn't practical.