Markdown Syntax (JupyterLab IDE)
Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=oB31JV27CnA
In this video I explore the use of markdown to create a file with formatted text, headings, bullet points, tables, code, equations, links and images using the JupyterLab IDE. The markdown syntax can be used in an Interactive Python Notebook File to create a notebook with Python code alongside all of the above. The .ipynb file format is geared to replace .docx and .pdf formats used for scientific publications.
The written version of this guide is available here:
https://github.com/PhilipYip1988/python-tutorials/tree/main/002_markdown
#jupyterlab #python #markdown