Skip to content

Commit

Permalink
Associate Jupyter with python programming language (for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
Tal Almagor committed Mar 29, 2021
1 parent 1554fb9 commit a809fb1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2170,8 +2170,9 @@ Julia:
codemirror_mime_type: text/x-julia
language_id: 184
Jupyter Notebook:
type: markup
ace_mode: json
type: programming
group: Python
ace_mode: python
codemirror_mode: javascript
codemirror_mime_type: application/json
tm_scope: source.json
Expand Down Expand Up @@ -3603,6 +3604,7 @@ Python:
- wscript
interpreters:
- python
- ipython
- python2
- python3
aliases:
Expand Down

0 comments on commit a809fb1

Please sign in to comment.