Skip to content

jan-matthis/jupyter-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Jupyter CSS for presentations

Minimal stylesheets for presentations in Jupyter Notebooks.

All cells except the contents and output of the currently active cell are hidden. Using the keybindings (arrow keys or j / k per default) cells can be switched.

Usage

To use, simply include and execute a cell in the notebook that loads the CSS files, e.g.:

%%html
<link rel="stylesheet" href="css/cells.css">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="stylesheet" href="css/jupyter.css">
<link rel="stylesheet" href="css/presenter.css">

Note that the file jupyer.css is a general stylesheet for notebooks, that can also be used as a default. See jupyter-css for instructions.

About

Stylesheets for presentations in jupyter notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages