You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/jupyter_contrib_nbextensions/nbextensions/freeze/config.yaml

21 lines
452 B

Type: IPython Notebook Extension
Name: Freeze
Description: Freeze cells (forbid editing and executing) or make them read-only
Link: readme.md
Icon: icon.png
Main: main.js
Compatibility: 4.x, 5.x
Parameters:
- name: Freeze.readonly_color
description: |
Color to use for read-only cell
default: '#fffef0'
input_type: color
- name: Freeze.frozen_color
description: |
Color to use for frozen cell
default: '#f0feff'
input_type: color