A simple tool to convert the cells in one or more jupyter notebooks to slide cells
- Install Node.js and npm (if not already installed)
- Install the (only) dependency:
npm i argparse
Warning
This tool probably has a few bugs and it is probably a good idea create a backup of your ipynb files. Normally, this tool should not modify the original file, but unforeseen things happen. They ALWAYS happen!
A help message is available with:
node index.js -hYou will first need to install the dev-depencencies:
npm i typescript
npm i --save-dev @types/argparse
npm i --save-dev @types/nodeThen you can run the typescript compiler to get the JavaScript file:
tsc