File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/jupyter_contrib_nbextensions/nbextensions/code_prettify Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Name: 2to3 Converter
3
3
Description : Converts python2 code in a notebook's code cell to python3 code
4
4
Link : README_2to3.md
5
5
Main : 2to3.js
6
- Compatibility : Jupyter ( 4.x)
6
+ Compatibility : Jupyter 4.x, 5.x
7
7
Parameters :
8
8
9
9
- name : 2to3.add_toolbar_button
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Name: Autopep8
3
3
Description : Use kernel-specific code to reformat/prettify the contents of code cells
4
4
Link : README_autopep8.md
5
5
Main : autopep8.js
6
- Compatibility : Jupyter ( 4.x)
6
+ Compatibility : Jupyter 4.x, 5.x
7
7
Parameters :
8
8
9
9
- name : autopep8.add_toolbar_button
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Name: Code prettify
3
3
Description : Use kernel-specific code to reformat/prettify the contents of code cells
4
4
Link : README_code_prettify.md
5
5
Main : code_prettify.js
6
- Compatibility : Jupyter ( 4.x)
6
+ Compatibility : Jupyter 4.x, 5.x
7
7
Parameters :
8
8
9
9
- name : code_prettify.add_toolbar_button
You can’t perform that action at this time.
0 commit comments