JavaScript Notebook

React
TypeScript

The jupyter notebook for JavaScript and TypeScript to run any code and 3rd party libraries. Bundling and transpiling directly in the brower.

Details

To use the app, enter the following command at your terminal and then navigate to localhost:3001

To use the app, enter the following command at your terminal and then navigate to localhost:3001 or whatever port you may specify via the -p or --port flag.

npx javascript-notebook serve
# navigate to https://localhost:3001

You can also install the package globally via

# npm
npm install -g javascript-notebook
# yarn
yarn global add javascript-notebook