Skip to content

Commit cf7562f

Browse files
committed
[code_prettify, autopep8, 2to3] Updated yaml with 5.x compatibility
1 parent 0e2f74d commit cf7562f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/2to3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name: 2to3 Converter
33
Description: Converts python2 code in a notebook's code cell to python3 code
44
Link: README_2to3.md
55
Main: 2to3.js
6-
Compatibility: Jupyter (4.x)
6+
Compatibility: Jupyter 4.x, 5.x
77
Parameters:
88

99
- name: 2to3.add_toolbar_button

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/autopep8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name: Autopep8
33
Description: Use kernel-specific code to reformat/prettify the contents of code cells
44
Link: README_autopep8.md
55
Main: autopep8.js
6-
Compatibility: Jupyter (4.x)
6+
Compatibility: Jupyter 4.x, 5.x
77
Parameters:
88

99
- name: autopep8.add_toolbar_button

src/jupyter_contrib_nbextensions/nbextensions/code_prettify/code_prettify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name: Code prettify
33
Description: Use kernel-specific code to reformat/prettify the contents of code cells
44
Link: README_code_prettify.md
55
Main: code_prettify.js
6-
Compatibility: Jupyter (4.x)
6+
Compatibility: Jupyter 4.x, 5.x
77
Parameters:
88

99
- name: code_prettify.add_toolbar_button

0 commit comments

Comments
 (0)