Skip to content

BenjaminLangStud/ipynb2slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipynb2slides

A simple tool to convert the cells in one or more jupyter notebooks to slide cells

Installation

  1. Install Node.js and npm (if not already installed)
  2. Install the (only) dependency:
npm i argparse

Running the script

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 -h

Building from source

You will first need to install the dev-depencencies:

npm i typescript
npm i --save-dev @types/argparse
npm i --save-dev @types/node

Then you can run the typescript compiler to get the JavaScript file:

tsc

About

A small CLI tool to convert one or multiple .ipynb Notebooks into a slides presentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •