diff --git "a/notebook_for_knit.html" "b/notebook_for_knit.html" --- "a/notebook_for_knit.html" +++ "b/notebook_for_knit.html" @@ -3842,133 +3842,6 @@ div#maintoolbar { - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
xyzcountryname
05.13.51.40.2Iris-setosa
04.93.01.40.2Iris-setosa
04.73.21.30.2Iris-setosa
04.63.11.50.2Iris-setosa
05.03.61.40.2Iris-setosa
..................
06.73.05.22.3Iris-virginica
06.32.55.01.9Iris-virginica
06.53.05.22.0Iris-virginica
06.23.45.42.3Iris-virginica
05.93.05.11.8Iris-virginica
-

150 rows × 5 columns

-
- - - -
iris_df.iloc[:,:4] = iris_df.iloc[:,:4].astype('double')
 iris_df.info()
@@ -4281,146 +4154,11 @@ name == 'Iris-virginica'
 obj = data[data.find('{') : data.rfind('}')+1]
 jsonObj = json.loads(obj)
 conti = pd.json_normalize(pd.json_normalize(jsonObj)['features'][0])
-conti
+# conti
 
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
typeidproperties.hc-groupproperties.hc-middle-xproperties.hc-middle-yproperties.hc-keyproperties.hc-a2properties.abbrev-a3properties.iso-a2properties.namegeometry.typegeometry.coordinates
0FeatureEUadmin00.650.63euEUEUREUEuropeMultiPolygon[[[[4565, 8339], [4573, 8321], [4568, 8300], [...
1FeatureOCadmin00.340.46ocOCOCAOCOceaniaMultiPolygon[[[[8861, 6273], [8858, 6285], [8876, 6279], [...
2FeatureAFadmin00.660.54afAFAFRAFAfricaMultiPolygon[[[[3731, 7363], [3734, 7372], [3752, 7352], [...
3FeatureASadmin00.440.46asASASAASAsiaMultiPolygon[[[[9585, 9083], [9623, 9065], [9609, 9055], [...
4FeatureNAadmin00.430.51naNANAMNANorth AmericaMultiPolygon[[[[3469, 9081], [3498, 9077], [3503, 9062], [...
5FeatureSAadmin00.590.35saSASAMSASouth AmericaMultiPolygon[[[[2042, 4982], [2057, 4981], [2063, 4959], [...
-
- - - -
fig = go.Figure(go.Scattermapbox(
     mode = "markers+lines",
@@ -4439,7 +4177,10 @@ name == 'Iris-virginica'
     mapbox = {
         'style': "carto-positron",# "stamen-terrain",
         'center': {'lon': -20, 'lat': -20},
-        'zoom': 2})
+        'zoom': 2},
+    template='plotly_dark',
+    
+    )
 
 fig.show()
 
@@ -4463,7 +4204,12 @@ name == 'Iris-virginica'

It is simple to use it with Jinja Markdown.

-
+ + + +
+ + @@ -4484,7 +4230,8 @@ name == 'Iris-virginica' radius=10, center=dict(lat=31.6, lon=119), zoom=1.90, - mapbox_style="stamen-toner" + mapbox_style="stamen-toner", + template='plotly_dark', ) fig.show() @@ -4509,7 +4256,12 @@ name == 'Iris-virginica'

It is simple to use it with Jinja Markdown.

-
+ + + +
+ +