Skip to content

Commit 73752f8

Browse files
committed
update !pip to %pip per python-control#1113
1 parent 19b4ed8 commit 73752f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/python-control_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
" import control as ct\n",
4848
" print(\"python-control\", ct.__version__)\n",
4949
"except ImportError:\n",
50-
" !pip install control\n",
50+
" %pip install control\n",
5151
" import control as ct"
5252
]
5353
},
@@ -64,7 +64,7 @@
6464
" \n",
6565
"If you are using [Google Colab](https://colab.research.google.com), use the following command at the top of the notebook to install the `control` package:\n",
6666
"\n",
67-
" !pip install control\n",
67+
" %pip install control\n",
6868
"\n",
6969
"(The import code above automatically runs this command if needed.)\n",
7070
" \n",

0 commit comments

Comments
 (0)