I'm new to Jupyter Notebooks and I was wondering if there is a way to save my (Preprocessed Data) instead of re running the file each time. I'm working on a NLP project where steps like (Lemmatization and Tokenization) takes a huge amount of time. so I don't want to re run the file each time I open it.
Thanks,