Skip to content

NII-cloud-operation/Jupyter-LC_run_through

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo

Jupyter-LC_run_through

This extension enables to execute cells contained in a collapsed heading section with one click, and view a summary of hidden outputs.

Successfully executed cells are frozen automatically to prevent to re-run.

Prerequisite

How to install

Installing run-through extension

Install the python package

$ pip install git+https://github.com/NII-cloud-operation/Jupyter-LC_run_through

Install and enable this extension and enable required extensions

$ jupyter run-through quick-setup

Disable and uninstall this extension

$ jupyter run-through quick-remove

Updating Font Awesome

The extension uses latest(test with 4.7.0) Font Awesome icons. If you use Jupyter Notebook Server 5.0.0 or earlier, you should update Font Awesome as follows:

  1. Retrieve the notebook installed path

    $ find /usr -name FontAwesome.otf | grep notebook
    /usr/local/lib/python2.7/dist-packages/notebook/static/components/font-awesome/fonts/FontAwesome.otf
    
  2. Download and Update Font Awesome

    cd /tmp/
    curl -O http://fontawesome.io/assets/font-awesome-4.7.0.zip
    unzip font-awesome-4.7.0.zip
    cp font-awesome-4.7.0/fonts/* /usr/local/lib/python2.7/dist-packages/notebook/static/components/font-awesome/fonts/
    

How to use

Collapse headings

Any markdown heading cell (that is, one which begins with 1-6 # characters), becomes collapsible once rendered.

Please see readme.md of Collapsible Headings about details.

Run-through button and summary of outputs

The run-through button and summary of outputs appear in a collapsed heading cell.

Collapsed View

The code cells which are collapsed appear as colored bricks. The colors mean as follows:

  • Gray: Not Executed
  • Green: Successfully Executed
  • Pink: Failed

A brick with a snowflake means it is Frozen cell as below.

Expanded View

The extension provides Lock(make the cell read only) and Freeze(prevent re-execution) functions like Freeze extention , but also allows to control the Locked(Read Only) and Frozen states separately.

Toolbar

When the extension is enabled, the buttons below appear on the toolbar.

Unfreeze Buttons

For the Locked(Read Only) state:

  • Make selected cells read-only
  • Make selected cells editable

For the Frozen state:

  • Freeze selected cells
  • Unfreeze selected cells
  • Unfreeze below in section
  • Unfreeze below all

About

Jupyter Notebook extension to run cells contained in a section with one click, then freeze them

Resources

License

Stars

Watchers

Forks

Packages

No packages published