Skip to content

Commit

Permalink
Updated versioning in appyter.json file and checked with validation f…
Browse files Browse the repository at this point in the history
…or current notebook with updated appyter
  • Loading branch information
nahmed12 committed Feb 13, 2024
1 parent 501a020 commit 3b77c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion appyters/Researcher_Summary_Report_Appyter/appyter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/MaayanLab/appyter-catalog/main/schema/appyter-validator.json",
"name": "Researcher_Summary_Report_Appyter",
"title": "Researcher Summary Report",
"version": "0.0.2",
"version": "1.1.0",
"description": "An appyter to summarize and display various research information output pertaining to the work of a given researcher.",
"image": "thumbnail.png",
"authors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,7 @@
"outputs": [],
"source": [
"import ssl\n",
"ssl._create_default_https_context = ssl._create_unverified_context"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"ssl._create_default_https_context = ssl._create_unverified_context\n",
"from dotenv import load_dotenv\n",
"load_dotenv()"
]
Expand Down

0 comments on commit 3b77c4f

Please sign in to comment.