1. Download notebook in .html format.
2. Wordpress:
- Install plugins - file manager and iframe plugins
- upload your notebook to special folder
- in blog add notebook using [iframe src="/linkto .html file for notebook"
- or simply use html element and paste html code into it.
Easiest way to convert .ipynb to .html using google colab
https://gist.github.com/computingnotes/972352162b9570f40cec8ca4da1ddc51
Ensure you have the required prerequisites:
We will use the official Next.js installer, which correctly sets up React, TypeScript, and Tailwind CSS.




https://vuejs.org/guide/quick-start.html



https://vuejs.org/guide/essentials/reactivity-fundamentals.html
Add this to your App.vue file as
The result should be like this:



Add another file Hello.vue

https://cli.vuejs.org/guide/creating-a-project.html
https://github.com/vuejs/create-vue
To create:
npm create vue@latest
To Run:
npm run dev
Fix if any issues:
npm install vite --save-dev
Project folders created:

Add Vue Router:
https://router.vuejs.org/guide/
https://router.vuejs.org/installation.html
npm install vue-router@4
With Router selected during npm vue create@latest