Commit fd2ee6e1 authored by Lelkada L L P S M's avatar Lelkada L L P S M

resolve conflicts

parents 7e26c6ba 7448d8db
...@@ -3,17 +3,34 @@ ...@@ -3,17 +3,34 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
<<<<<<< HEAD
"id": "2ab73bc9-076e-488c-9048-9c457afb42aa", "id": "2ab73bc9-076e-488c-9048-9c457afb42aa",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [] "source": []
=======
"id": "8ec89ac0-db91-4070-adff-d3fd93f2e08c",
"metadata": {},
"outputs": [],
"source": [
"!pip install torch\n",
"!pip install nltk\n",
"!pip install pandas"
]
>>>>>>> 7448d8dbc88b5e922ef4e504b69d178c8bb102f3
} }
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
<<<<<<< HEAD
"display_name": "default:Python", "display_name": "default:Python",
"language": "python", "language": "python",
"name": "conda-env-default-py" "name": "conda-env-default-py"
=======
"display_name": "Python (Local)",
"language": "python",
"name": "local-base"
>>>>>>> 7448d8dbc88b5e922ef4e504b69d178c8bb102f3
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {
...@@ -25,7 +42,11 @@ ...@@ -25,7 +42,11 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
<<<<<<< HEAD
"version": "3.9.13" "version": "3.9.13"
=======
"version": "3.7.12"
>>>>>>> 7448d8dbc88b5e922ef4e504b69d178c8bb102f3
} }
}, },
"nbformat": 4, "nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment