Remove hardcoded proxy parameter
This commit is contained in:
parent
28ac4f4741
commit
d3c624d64c
@ -429,7 +429,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Install pip package in the current Jupyter kernel\n",
|
"# Install pip package in the current Jupyter kernel\n",
|
||||||
"import sys\n",
|
"import sys\n",
|
||||||
"!{sys.executable} -m pip install pygwalker --proxy http://141.53.65.163:8080/"
|
"!{sys.executable} -m pip install pygwalker"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user