Skip to content

Commit 3a497b0

Browse files
authored
Merge pull request #1055 from jfbercher/update_yaml
Update yaml files for 5.x compatible nbextensions
2 parents c200197 + 2df0d64 commit 3a497b0

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

src/jupyter_contrib_nbextensions/nbextensions/autosavetime/autosavetime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: IPython Notebook Extension
2-
Compatibility: 3.x, 4.x
2+
Compatibility: 3.x, 4.x, 5.x
33
Name: AutoSaveTime
44
Main: main.js
55
Icon: icon.png

src/jupyter_contrib_nbextensions/nbextensions/code_font_size/code_font_size.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Link: README.md
44
Description: Adds toolbar buttons to increase and decrease code's font size.
55
This is useful, for example, when projecting the notebook.
66
Main: code_font_size.js
7-
Compatibility: 4.x
7+
Compatibility: 4.x, 5.x

src/jupyter_contrib_nbextensions/nbextensions/datestamper/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Name: datestamper
33
Description: 'adds a toolbar button which pastes the current time & date into the current cell'
44
Icon: icon.png
55
Main: main.js
6-
Compatibility: 4.x
6+
Compatibility: 4.x, 5.x
77
Link: readme.md

src/jupyter_contrib_nbextensions/nbextensions/equation-numbering/info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Description: This extension enables equation autonumbering and resetting the equ
44
Link: readme.md
55
Icon: icon.png
66
Main: main.js
7-
Compatibility: 4.x
7+
Compatibility: 4.x, 5.x

src/jupyter_contrib_nbextensions/nbextensions/gist_it/gist_it.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: IPython Notebook Extension
2-
Compatibility: 3.x, 4.x
2+
Compatibility: 3.x, 4.x, 5.x
33
Name: Gist-it
44
Main: main.js
55
Description: Adds a button to publish the current notebook as a gist. See the readme for description of the authentication options and relevant parameters.

src/jupyter_contrib_nbextensions/nbextensions/help_panel/help_panel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: IPython Notebook Extension
2-
Compatibility: 3.x, 4.x
2+
Compatibility: 3.x, 4.x, 5.x
33
Name: Help panel
44
Main: help_panel.js
55
Icon: icon.png

src/jupyter_contrib_nbextensions/nbextensions/hide_header/hide_header.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name: Hide Header
33
Link: README.md
44
Description: Toggle visibility of all of header, menubar, toolbar using a hotkey
55
Main: main.js
6-
Compatibility: 4.x
6+
Compatibility: 4.x, 5.x
77
Parameters:
88
- name: header_toggle
99
description: keybinding for toggling header visibility

src/jupyter_contrib_nbextensions/nbextensions/hide_input/hide-input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: IPython Notebook Extension
2-
Compatibility: 3.x 4.x
2+
Compatibility: 3.x, 4.x, 5.x
33
Main: main.js
44
Name: Hide input
55
Icon: icon.png

src/jupyter_contrib_nbextensions/nbextensions/hide_input_all/hide_input_all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type: IPython Notebook Extension
2-
Compatibility: 3.x 4.x
2+
Compatibility: 3.x 4.x 5.x
33
Main: main.js
44
Name: Hide input all
55
Description: "toggle display of all code cells' inputs"

src/jupyter_contrib_nbextensions/nbextensions/limit_output/limit-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: This extension limits the number of characters that can be printed
44
Link: readme.md
55
Icon: icon.png
66
Main: main.js
7-
Compatibility: 4.x
7+
Compatibility: 4.x, 5.x
88
Parameters:
99
- name: limit_output
1010
description: Number of characters to limit output to

0 commit comments

Comments
 (0)