Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
If multiple people are working on the project simultaneously or if you have multiple sessions open, each session might be creating or updating its own notebook file |
Beta Was this translation helpful? Give feedback.
-
Adding multiple .ipynb (Jupyter Notebook) files to a project can serve various purposes, such as: Modularity and Organization: Splitting work across different notebooks allows you to keep related sections of code and analyses separate. For instance, you might have separate notebooks for data cleaning, exploratory data analysis (EDA), and |
Beta Was this translation helpful? Give feedback.
-
@Saksh8 I see different ipynb files updating on the folders.
Ideally we need only one file.
https://github.com/Recode-Hive/Stackoverflow-Analysis/commits/main/Stackoverflow_Survey_Analysis(1).ipynb
Beta Was this translation helpful? Give feedback.
All reactions