Running examples using other jupyter kernels (not DENO)?

just curious if anyone managed to run course examples without using deno jupyter kernel, which seems quite unstable and keeps crashing on my local VS Code environment.

I created simple node project npm init -y copied the code into .ts files and used npx vite-node <filename.ts> and everything worked without any issues. Here is the repo: https://github.com/giri-jeedigunta/langchain-js