Skip to content

Commit

Permalink
remove colab attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsOllila committed Dec 2, 2023
1 parent ddcbe16 commit 97f94aa
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions scripts/APLpredictor.ipynb
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "b881194c",
"metadata": {},
"source": [
"### You can run this notebook at Colab by clicking here:"
]
},
{
"cell_type": "markdown",
"id": "7ac89eed",
"metadata": {},
"source": [
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/NMRLipids/DataBankManuscript/blob/main/scripts/APLpredictor.ipynb\">\n",
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
"</a>"
]
},
{
"cell_type": "markdown",
"id": "22724830",
Expand All @@ -40,7 +22,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 1,
"id": "70d500f2",
"metadata": {},
"outputs": [
Expand All @@ -63,9 +45,6 @@
"import random\n",
"import collections\n",
"import pandas as pd\n",
"\n",
"if 'google.colab' in sys.modules:\n",
" !pip3 install MDAnalysis\n",
"import MDAnalysis\n",
"\n",
"\n",
Expand All @@ -75,10 +54,6 @@
"\n",
"databankPath = '../../Databank/'\n",
"\n",
"if 'google.colab' in sys.modules:\n",
" !git clone https://github.com/NMRLipids/Databank.git\n",
" databankPath = '/content/Databank'\n",
"\n",
"# This enales the access to functions defined in the NMRlipids databank.\n",
"sys.path.insert(1, databankPath + '/Scripts/BuildDatabank/')\n",
"from databankLibrary import * \n",
Expand All @@ -90,7 +65,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 2,
"id": "b94f1394",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -275,7 +250,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 3,
"id": "9c5dea7f",
"metadata": {},
"outputs": [
Expand Down

0 comments on commit 97f94aa

Please sign in to comment.