Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2738572

Browse filesBrowse files
committed
replace pipdeptree in Wynpython_checker
1 parent 869bf9e commit 2738572
Copy full SHA for 2738572

File tree

Expand file treeCollapse file tree

1 file changed

+34
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+34
-9
lines changed

‎docs/Winpython_checker.ipynb

Copy file name to clipboardExpand all lines: docs/Winpython_checker.ipynb
+34-9Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@
889889
"cell_type": "markdown",
890890
"metadata": {},
891891
"source": [
892-
"## Wrap-up"
892+
"## Wppm command line features to navigate package dependancies"
893893
]
894894
},
895895
{
@@ -898,8 +898,7 @@
898898
"metadata": {},
899899
"outputs": [],
900900
"source": [
901-
"# optional scipy full test (takes up to 10 minutes)\n",
902-
"#!cmd /C start cmd /k python.exe -c \"import scipy;scipy.test()\""
901+
"!wppm"
903902
]
904903
},
905904
{
@@ -908,7 +907,7 @@
908907
"metadata": {},
909908
"outputs": [],
910909
"source": [
911-
"%pip list"
910+
"!wppm -p pandas[test]"
912911
]
913912
},
914913
{
@@ -917,7 +916,33 @@
917916
"metadata": {},
918917
"outputs": [],
919918
"source": [
920-
"!jupyter labextension list"
919+
"!wppm -p pandas"
920+
]
921+
},
922+
{
923+
"cell_type": "code",
924+
"execution_count": null,
925+
"metadata": {},
926+
"outputs": [],
927+
"source": [
928+
"!wppm -l 1 -r nbconvert"
929+
]
930+
},
931+
{
932+
"cell_type": "markdown",
933+
"metadata": {},
934+
"source": [
935+
"## Wrap-up "
936+
]
937+
},
938+
{
939+
"cell_type": "code",
940+
"execution_count": null,
941+
"metadata": {},
942+
"outputs": [],
943+
"source": [
944+
"# optional scipy full test (takes up to 10 minutes)\n",
945+
"#!cmd /C start cmd /k python.exe -c \"import scipy;scipy.test()\""
921946
]
922947
},
923948
{
@@ -935,7 +960,7 @@
935960
"metadata": {},
936961
"outputs": [],
937962
"source": [
938-
"!pipdeptree"
963+
"%pip list"
939964
]
940965
},
941966
{
@@ -944,7 +969,7 @@
944969
"metadata": {},
945970
"outputs": [],
946971
"source": [
947-
"!pipdeptree -p pip"
972+
"!jupyter labextension list"
948973
]
949974
},
950975
{
@@ -957,7 +982,7 @@
957982
],
958983
"metadata": {
959984
"kernelspec": {
960-
"display_name": "Python 3",
985+
"display_name": "Python 3 (ipykernel)",
961986
"language": "python",
962987
"name": "python3"
963988
},
@@ -971,7 +996,7 @@
971996
"name": "python",
972997
"nbconvert_exporter": "python",
973998
"pygments_lexer": "ipython3",
974-
"version": "3.7.10"
999+
"version": "3.10.6"
9751000
},
9761001
"widgets": {
9771002
"state": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.