Skip to content

Commit f37af8a

Browse files
committed
removing warning
Signed-off-by: Sachin Pisal <[email protected]>
1 parent a99c867 commit f37af8a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/sphinx/applications/python/quantum_pagerank.ipynb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,7 @@
1111
"cell_type": "code",
1212
"execution_count": 1,
1313
"metadata": {},
14-
"outputs": [
15-
{
16-
"name": "stdout",
17-
"output_type": "stream",
18-
"text": [
19-
"Requirement already satisfied: networkx==3.5 in /usr/local/lib/python3.12/dist-packages (3.5)\n",
20-
"\u001b[33mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv\u001b[0m\u001b[33m\n",
21-
"\u001b[0m"
22-
]
23-
}
24-
],
14+
"outputs": [],
2515
"source": [
2616
"# Install the relevant packages.\n",
2717
"!pip install networkx==3.5"

0 commit comments

Comments
 (0)