programming
Jupyter Notebook in Nextjs

Jupyter Nootebook on Next.js

Once again i'm on new quest of implementing jupyter Nootebook on next.js, currently this is phase one of excitment and i am reading lots of articles one topics like jupyter_kernal-gateway, understanding json format of .ipynb extension, and converting this files into mdx and many more files.

Refrences

  1. https://victordibia.com/blog/jupyter-notebooks-react/ (opens in a new tab)

  2. https://jupyter-kernel-gateway.readthedocs.io/en/latest/ (opens in a new tab)

  3. https://hex.tech/blog/jupyter-kernel-overview/ (opens in a new tab)

  4. https://jupyter-enterprise-gateway.readthedocs.io/en/latest/ (opens in a new tab)