dBCooper2/dBCooper.io

Adding Jupyter Notebooks

Closed this issue · 2 comments

Some Todos for adding Jupyter Notebooks to the Site:

  • Clean up the exported file from nbconvert! My tiny notebooks don't need 5000 lines of CSS Code
  • Custom CSS for the Exported HTML Docs that integrate notebooks with the current theme of the website
  • Easily Cloneable Article Page that just needs a new link to be dropped in each time to post an article

Update 2/20/24:

  • Use Markdown Files, not HTML for the embedded Notebooks/Articles
  • Use the React Markdown Tutorial in your youtube watch later to add this to the build
  • Make sure the deployment issue with html files is resolved before deploying!

Update 3/5/24

  • Markdown Files are now working with a combination of react-markdown, remark-math, rehype-katex, and highlight.js
  • Custom CSS can be found in the CodeBlock.css and MdArticles.module.css files