Introduction to Data Analysis Lesson 2 Jupyter Notebooks: Converting Notebooks
Converting Notebooks
Notebooks are just big JSON files with the extension .ipynb.
^ Notebook file opened in a text editor shows JSON data
Since notebooks are JSON, it is simple to convert them to other formats. Jupyter comes with a utility called nb...
philipdevblog.hashnode.dev1 min read