Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #207 from DrAlzahraniProjects/Jupyter-fx-env
Browse files Browse the repository at this point in the history
Fix for Jupyter notebook Env
  • Loading branch information
smrchanda877 authored Nov 25, 2024
2 parents 9cb6f07 + 0734275 commit 135cb67
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jupyter/documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,10 @@
},
"outputs": [],
"source": [
"!pip install ipykernel --root-user-action=ignore\n",
"!pip install --user virtualenv --root-user-action=ignore --no-warn-script-location\n",
"!apt update && apt install -y python3.10-venv\n",
"!python3.10 -m venv chatbot\n",
"!source chatbot/bin/activate\n",
"!. chatbot/bin/activate\n",
"!chatbot/bin/pip install ipykernel\n",
"!chatbot/bin/python -m ipykernel install --user --name=chatbot\n",
"print('Virtual Environment Created!')"
]
},
Expand Down

0 comments on commit 135cb67

Please sign in to comment.