Skip to content

ouseful-demos/ordo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ordo

A lightweight feedback extension for Jupyter. Ordo allows users to add feedback messages in a cell's metadata. The feedback is appended to cell's output as a success or failure message based on the result the cell produces.

Installation

Install and enable ordo on your Jupyter server

pip install ordo
jupyter nbextension install --py ordo
jupyter nbextension enable ordo --py

Examples

See README.ipynb for examples.

About

A lightweight feedback tool for Jupyter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • Python 2.9%