Navigation Menu

Skip to content

Commit

Permalink
Added icon and keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeyQ1 committed Jul 13, 2018
1 parent 393ff8b commit 2327355
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "neuron-IPE",
"displayName": "neuron",
"description": "Interactive programming experience for data scientists",
"description": "Interactive Programming Experience for Data Scientists",
"version": "1.0.1",
"license": "MIT",
"repository": "https://github.com/lorenzo2897/vscode-ipe",
Expand All @@ -12,6 +12,14 @@
"categories": [
"Other"
],
"keywords": [
"python",
"jupyter",
"ipython",
"data science",
"r"
],
"icon": "logo.png",
"activationEvents": [
"onCommand:ipe.showWebview",
"onLanguage:python",
Expand Down

0 comments on commit 2327355

Please sign in to comment.