File tree 1 file changed +34
-9
lines changed 1 file changed +34
-9
lines changed Original file line number Diff line number Diff line change 889
889
"cell_type" : " markdown" ,
890
890
"metadata" : {},
891
891
"source" : [
892
- " ## Wrap-up "
892
+ " ## Wppm command line features to navigate package dependancies "
893
893
]
894
894
},
895
895
{
898
898
"metadata" : {},
899
899
"outputs" : [],
900
900
"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"
903
902
]
904
903
},
905
904
{
908
907
"metadata" : {},
909
908
"outputs" : [],
910
909
"source" : [
911
- " %pip list "
910
+ " !wppm -p pandas[test] "
912
911
]
913
912
},
914
913
{
917
916
"metadata" : {},
918
917
"outputs" : [],
919
918
"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()\" "
921
946
]
922
947
},
923
948
{
935
960
"metadata" : {},
936
961
"outputs" : [],
937
962
"source" : [
938
- " !pipdeptree "
963
+ " %pip list "
939
964
]
940
965
},
941
966
{
944
969
"metadata" : {},
945
970
"outputs" : [],
946
971
"source" : [
947
- " !pipdeptree -p pip "
972
+ " !jupyter labextension list "
948
973
]
949
974
},
950
975
{
957
982
],
958
983
"metadata" : {
959
984
"kernelspec" : {
960
- "display_name" : " Python 3" ,
985
+ "display_name" : " Python 3 (ipykernel) " ,
961
986
"language" : " python" ,
962
987
"name" : " python3"
963
988
},
971
996
"name" : " python" ,
972
997
"nbconvert_exporter" : " python" ,
973
998
"pygments_lexer" : " ipython3" ,
974
- "version" : " 3.7.10 "
999
+ "version" : " 3.10.6 "
975
1000
},
976
1001
"widgets" : {
977
1002
"state" : {
You can’t perform that action at this time.
0 commit comments