Code Notebooks

Use code notebooks with Node.js in VS Code.

Code Notebook for Cloudinary Image Delivery API

Description

I attended and gave a talk at the Cascadia JS Conference in 2022. I shared Visual Studio's Code Notebook extensions, which allow you to create Jupyter-like notebooks in different languages. Notebooks can be shared, and API keys can be added as hidden values in the VS Code installation. These notebooks create a playground for learning and sharing code.

Technology

I used the Visual Studio Code Node.js Notebooks (repl) extension to create sample code demonstrating the use of APIs and handling errors in JavaScript.

Node Notebooks Code

Last updated