Remove hardcoded proxy parameter

This commit is contained in:
Markus Mandalka 2024-09-12 12:03:35 +02:00
parent 28ac4f4741
commit d3c624d64c

View File

@ -429,7 +429,7 @@
"source": [
"# Install pip package in the current Jupyter kernel\n",
"import sys\n",
"!{sys.executable} -m pip install pygwalker --proxy http://141.53.65.163:8080/"
"!{sys.executable} -m pip install pygwalker"
]
},
{