Skip to content

Jupyter notebook extension for simple mode and optional ok integration

License

Notifications You must be signed in to change notification settings

praveer08/notebook-ok-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OK Extension

Jupyter notebook extension that enables a form-filling mode for limiting the interface and executing tests through the OK Client.

With this extension, most Notebook contents is not editable by default. Click the Edit button to toggle editing, which reverts to the standard Notebook interface.

When Edit is toggled off (default):

  • Shift-enter executes every code cell from the previously executed cell and clears all output from any subsequent cell. If the previously executed cell is below the current cell, then execution begins at the top of the notebook.
  • Cell editing is modeless; cells can be edited, but there is no command mode.
  • A scratch cell is available in a separate sandboxed environment.
  • The Run Tests button executes the ok client on the notebook contents.

Installation

Install via pip.

pip install notebook-ok-extension

Separately, install a version of okpy via pip.

pip install okpy

About

Jupyter notebook extension for simple mode and optional ok integration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.1%
  • CSS 11.4%
  • Python 6.5%