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
-
https://victordibia.com/blog/jupyter-notebooks-react/ (opens in a new tab)
-
https://jupyter-kernel-gateway.readthedocs.io/en/latest/ (opens in a new tab)
-
https://hex.tech/blog/jupyter-kernel-overview/ (opens in a new tab)
-
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/ (opens in a new tab)