Skip to content

Commit 1676ddc

Browse files
committed
Added 'py' an alias for Python/JupyterLanguage
1 parent 38a95aa commit 1676ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interpreter/core/computer/terminal/languages/jupyter_language.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
class JupyterLanguage(BaseLanguage):
2222
file_extension = "py"
2323
name = "Python"
24+
aliases = ["py"]
2425

2526
def __init__(self, computer):
2627
self.computer = computer

0 commit comments

Comments
 (0)