Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit a12aa6f

Browse files
committed
rm pprint_as_string
1 parent 9405254 commit a12aa6f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorials/optimization/1_quadratic_program.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"metadata": {},
6464
"source": [
6565
"You start with an empty model.\n",
66-
"You can display your optimization problem with a method `pprint_as_string` and `print_as_lp_string`."
66+
"You can display your optimization problem e.g. with the `print_as_lp_string` method."
6767
]
6868
},
6969
{
@@ -762,9 +762,9 @@
762762
],
763763
"metadata": {
764764
"kernelspec": {
765-
"display_name": "Python 3",
765+
"display_name": "Python 3.7.5 64-bit ('latest': virtualenv)",
766766
"language": "python",
767-
"name": "python3"
767+
"name": "python37564bitlatestvirtualenv76cfe9d7d3f749489cf2ff69593234af"
768768
},
769769
"language_info": {
770770
"codemirror_mode": {
@@ -776,7 +776,7 @@
776776
"name": "python",
777777
"nbconvert_exporter": "python",
778778
"pygments_lexer": "ipython3",
779-
"version": "3.7.7"
779+
"version": "3.7.5"
780780
}
781781
},
782782
"nbformat": 4,

0 commit comments

Comments
 (0)