Description
Write a utility function that parses a Jupyter Notebook (.ipynb) JSON file,
identifies code cells compared to markdown cells. Returns an array of either code or markdown for now.
Future work would be identifying the code cells that have imports, and then which libraries are imported.
To be tested on a simple sample notebook.
Description
Write a utility function that parses a Jupyter Notebook (.ipynb) JSON file,
identifies code cells compared to markdown cells. Returns an array of either code or markdown for now.
Future work would be identifying the code cells that have imports, and then which libraries are imported.
To be tested on a simple sample notebook.