Skip to content

Fix unresolved Git conflict in Sample_Notebook.ipynb - #59

Open
VinayTodkar wants to merge 1 commit into
ML4SCI:mainfrom
VinayTodkar:fix-nlp-sample-notebook-conflict
Open

Fix unresolved Git conflict in Sample_Notebook.ipynb#59
VinayTodkar wants to merge 1 commit into
ML4SCI:mainfrom
VinayTodkar:fix-nlp-sample-notebook-conflict

Conversation

@VinayTodkar

Copy link
Copy Markdown

Fixes #58.

The NLPRenaissanceChallenge/Sample_Notebook.ipynb file contained unresolved Git conflict markers:

  • <<<<<<< Updated upstream
  • =======
  • >>>>>>> Stashed changes

These markers caused the notebook to become invalid JSON and prevented it from being opened correctly as a Jupyter Notebook.

I restored the notebook to the last known valid version and removed the unresolved conflict.

Validation

The notebook was verified using:

  • JSON parsing with Python's json module
  • Jupyter Notebook validation using nbformat
  • Verified that no actual Git conflict markers remain

Validation result:

  • Valid JSON
  • Valid Jupyter Notebook
  • 78 cells

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git issue in NLPRenaissanceChallenge/Sample_Notebook.ipynb

1 participant