File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 789
789
},
790
790
"outputs" : [],
791
791
"source" : [
792
+ " # Point\n " ,
792
793
" slc1"
793
794
]
794
795
},
803
804
},
804
805
"outputs" : [],
805
806
"source" : [
807
+ " # MagicPoint\n " ,
806
808
" m_slc1 "
807
809
]
808
810
},
817
819
},
818
820
"outputs" : [],
819
821
"source" : [
820
- " dist_lax_slc"
822
+ " # MagicDistance\n " ,
823
+ " dist_lax_slc"
821
824
]
822
825
},
823
826
{
842
845
},
843
846
"outputs" : [],
844
847
"source" : [
848
+ " # Point\n " ,
845
849
" str(slc1)"
846
850
]
847
851
},
856
860
},
857
861
"outputs" : [],
858
862
"source" : [
863
+ " # MagicPoint\n " ,
859
864
" str(m_slc1)"
860
865
]
861
866
},
870
875
},
871
876
"outputs" : [],
872
877
"source" : [
878
+ " # MagicDistance\n " ,
873
879
" str(dist_lax_slc)"
874
880
]
875
881
},
906
912
},
907
913
"outputs" : [],
908
914
"source" : [
915
+ " # Point\n " ,
909
916
" \" SLC coordinates: {}.\" .format(slc1)"
910
917
]
911
918
},
931
938
},
932
939
"outputs" : [],
933
940
"source" : [
941
+ " # Point\n " ,
934
942
" \" SLC coordinates: {}.\" .format(slc1.coordinates())"
935
943
]
936
944
},
967
975
},
968
976
"outputs" : [],
969
977
"source" : [
978
+ " # MagicPoint\n " ,
970
979
" \" SLC coordinates: {}.\" .format(m_slc1)"
971
980
]
972
981
},
992
1001
},
993
1002
"outputs" : [],
994
1003
"source" : [
1004
+ " # MagicPoint\n " ,
995
1005
" \" SLC coordinates: {:.4f}.\" .format(m_slc1)"
996
1006
]
997
1007
},
1029
1039
},
1030
1040
"outputs" : [],
1031
1041
"source" : [
1042
+ " # MagicDistance\n " ,
1032
1043
" \" Distance from LAX to SLC is {} nautical miles.\" .format(dist_lax_slc)"
1033
1044
]
1034
1045
},
1043
1054
},
1044
1055
"outputs" : [],
1045
1056
"source" : [
1057
+ " # MagicDistance\n " ,
1046
1058
" \" Distance from JFK to SLC is {} nautical miles.\" .format(dist_jfk_slc)"
1047
1059
]
1048
1060
},
1062
1074
" \n " ,
1063
1075
" * `__gt__()`, `__ge__()`\n " ,
1064
1076
" \n " ,
1065
- " * Let's take a quick look at these methods in the code."
1077
+ " * Let's take a quick look at these methods in the code.\n " ,
1078
+ " \n " ,
1079
+ " * Nothing but magic from here."
1066
1080
]
1067
1081
},
1068
1082
{
You can’t perform that action at this time.
0 commit comments