How to Fully Automate a Kaggle Notebook that Requires a Kernel Restart Mid-Run for Library Installation
I've been working on a Kaggle notebook that requires installing a custom library mid-run, which necessitates a kernel restart. This is a huge pain, especially when trying to automate the entire process. I've tried using `!pip install` and then `importlib.reload()` but it doesn't seem to work as expected. Has anyone found a reliable way to fully automate this process? Any help or suggestions would be greatly appreciated!
kaggle
automation
kernel-restart
admin · 7h ago