j1-template 2020.0.21 → 2020.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (306) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +2 -2
  3. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +2 -2
  5. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -2
  6. data/_includes/themes/j1/layouts/content_generator_page.html +3 -3
  7. data/_includes/themes/j1/layouts/content_generator_post.html +3 -3
  8. data/_includes/themes/j1/layouts/layout_metadata_generator.html +2 -2
  9. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  10. data/_includes/themes/j1/modules/connectors/ads +2 -2
  11. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  12. data/_includes/themes/j1/modules/connectors/analytics +2 -2
  13. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  14. data/_includes/themes/j1/modules/connectors/comments +2 -2
  15. data/_includes/themes/j1/modules/connectors/translator +2 -2
  16. data/_includes/themes/j1/modules/navigator/generator.html +9 -5
  17. data/_includes/themes/j1/procedures/global/attributes_loader.proc +20 -20
  18. data/_includes/themes/j1/procedures/global/create_bs_button.proc +3 -2
  19. data/_includes/themes/j1/procedures/global/setup.proc +9 -9
  20. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -2
  21. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  22. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  23. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
  24. data/_layouts/default.html +3 -3
  25. data/_layouts/home.html +2 -2
  26. data/apps/public/cc/cc.yml +3 -3
  27. data/assets/data/authclient.html +1 -1
  28. data/assets/data/banner.html +27 -22
  29. data/assets/data/cookiebar.html +14 -10
  30. data/assets/data/menu.html +1 -1
  31. data/assets/data/mmenu.html +1 -1
  32. data/assets/data/panel.html +109 -63
  33. data/assets/data/quicklinks.html +2 -2
  34. data/assets/data/search.json +1 -1
  35. data/assets/data/ssm.html +1 -1
  36. data/assets/data/themes.json +8 -8
  37. data/assets/themes/j1/adapter/js/algolia.js +1 -1
  38. data/assets/themes/j1/adapter/js/attic.js +1 -1
  39. data/assets/themes/j1/adapter/js/back2top.js +2 -2
  40. data/assets/themes/j1/adapter/js/carousel.js +1 -1
  41. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  42. data/assets/themes/j1/adapter/js/framer.js +1 -1
  43. data/assets/themes/j1/adapter/js/gallery_customizer.js +1 -1
  44. data/assets/themes/j1/adapter/js/j1.js +16 -16
  45. data/assets/themes/j1/adapter/js/jf_gallery.js +1 -1
  46. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  47. data/assets/themes/j1/adapter/js/logger.js +1 -1
  48. data/assets/themes/j1/adapter/js/mmenu.js +17 -11
  49. data/assets/themes/j1/adapter/js/navigator.js +61 -55
  50. data/assets/themes/j1/adapter/js/rouge.js +246 -0
  51. data/assets/themes/j1/adapter/js/rtable.js +181 -0
  52. data/assets/themes/j1/adapter/js/searcher.js +1 -1
  53. data/assets/themes/j1/adapter/js/ssm.js +3 -3
  54. data/assets/themes/j1/adapter/js/themer.js +62 -109
  55. data/assets/themes/j1/adapter/js/toccer.js +10 -2
  56. data/assets/themes/j1/core/css/{icons-fontawesome.css → icon-fonts/fontawesome.css} +0 -0
  57. data/assets/themes/j1/core/css/{icons-fontawesome.min.css → icon-fonts/fontawesome.min.css} +0 -0
  58. data/assets/themes/j1/core/css/{icons-iconify.css → icon-fonts/iconify.css} +0 -0
  59. data/assets/themes/j1/core/css/{icons-iconify.min.css → icon-fonts/iconify.min.css} +0 -0
  60. data/assets/themes/j1/core/css/{icons-materialdesign.css → icon-fonts/materialdesign.css} +0 -0
  61. data/assets/themes/j1/core/css/{icons-materialdesign.min.css → icon-fonts/materialdesign.min.css} +0 -0
  62. data/assets/themes/j1/core/css/{icons-twemoji.css → icon-fonts/twemoji.css} +0 -0
  63. data/assets/themes/j1/core/css/{icons-twemoji.min.css → icon-fonts/twemoji.min.css} +0 -0
  64. data/assets/themes/j1/core/css/{bootstrap.css → themes/bootstrap/bootstrap.css} +0 -0
  65. data/assets/themes/j1/core/css/{bootstrap.min.css → themes/bootstrap/bootstrap.min.css} +0 -0
  66. data/assets/themes/j1/core/css/{uno-dark.css → themes/uno-dark/bootstrap.css} +103 -97
  67. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +6 -0
  68. data/assets/themes/j1/core/css/{uno.css → themes/uno-light/bootstrap.css} +1139 -936
  69. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +8 -0
  70. data/assets/themes/j1/core/css/vendor.css +44 -32
  71. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  72. data/assets/themes/j1/core/js/template.js +1 -1
  73. data/assets/themes/j1/core/js/template.js.map +1 -1
  74. data/assets/themes/j1/core/js/template.min.js +1 -1
  75. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +6930 -0
  76. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +4 -5
  77. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +8 -1
  78. data/assets/themes/j1/modules/carousel/css/theme/uno.css +8 -2
  79. data/assets/themes/j1/modules/jquery/js/jquery.js +7 -4
  80. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  81. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +11 -11
  82. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +386 -12
  83. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +16 -12
  84. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +189 -8
  85. data/assets/themes/j1/modules/rouge/js/select.js +25 -0
  86. data/assets/themes/j1/modules/rtable/LICENSE +22 -0
  87. data/assets/themes/j1/modules/rtable/README.md +418 -0
  88. data/assets/themes/j1/modules/rtable/css/tablesaw.stackonly.css +148 -0
  89. data/assets/themes/j1/modules/rtable/css/theme/uno.css +191 -0
  90. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +191 -0
  91. data/assets/themes/j1/modules/rtable/js/rtable.js +692 -0
  92. data/assets/themes/j1/modules/rtable/js/rtable.min.js +690 -0
  93. data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +18 -0
  94. data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +2371 -0
  95. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +15 -2
  96. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +1 -1
  97. data/lib/j1/version.rb +1 -1
  98. data/lib/j1_app/j1_auth_manager/config.rb +2 -2
  99. data/lib/starter_web/Gemfile +1 -1
  100. data/lib/starter_web/_config.yml +74 -8
  101. data/lib/starter_web/_data/apps/carousel.yml +2 -2
  102. data/lib/starter_web/_data/blocks/banner.yml +31 -26
  103. data/lib/starter_web/_data/blocks/defaults/banner.yml +14 -13
  104. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  105. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -2
  106. data/lib/starter_web/_data/blocks/footer.yml +1 -1
  107. data/lib/starter_web/_data/blocks/panel.yml +30 -31
  108. data/lib/starter_web/_data/{template_settings.yml → j1_config.yml} +54 -4
  109. data/lib/starter_web/_data/layouts/home.yml +9 -9
  110. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +3 -1
  111. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  112. data/lib/starter_web/_data/modules/defaults/themer.yml +8 -13
  113. data/lib/starter_web/_data/modules/themer.yml +0 -18
  114. data/lib/starter_web/_data/resources.yml +58 -12
  115. data/lib/starter_web/{includes → _includes}/attributes.asciidoc +18 -7
  116. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -0
  117. data/lib/starter_web/{collections/posts/private → _includes/documents}/readme +0 -0
  118. data/lib/starter_web/{collections/posts/public/wikipedia/_posts/000_includes/tables/debug_variables.asciidoc → _includes/tables/jekyll_variables.asciidoc} +8 -11
  119. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -0
  120. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  121. data/lib/starter_web/assets/images/modules/attics/tldr-1920x800.jpg +0 -0
  122. data/lib/starter_web/collections/posts/{protected → private/_posts}/readme +0 -0
  123. data/lib/starter_web/collections/posts/protected/_posts/readme +0 -0
  124. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +70 -72
  125. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +17 -5
  126. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +32 -25
  127. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +24 -21
  128. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +38 -0
  129. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +0 -0
  130. data/lib/starter_web/collections/posts/public/featured/_posts/{000_includes → _includes/documents}/unsplash-badge.asciidoc +0 -0
  131. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/tables/readme +0 -0
  132. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +493 -506
  133. data/lib/starter_web/collections/posts/public/{featured/_posts/000_includes → series/_posts/_includes}/attributes.asciidoc +8 -18
  134. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/100-docker-using-shared-folders.asciidoc +0 -0
  135. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/loop.sh +0 -0
  136. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/tables/debug_variables.asciidoc +0 -0
  137. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +97 -11
  138. data/lib/starter_web/collections/posts/public/test_posts/_posts/{includes → _includes}/attributes.asciidoc +1 -8
  139. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/documents/readme +0 -0
  140. data/lib/starter_web/collections/posts/public/{series/_posts/includes → test_posts/_posts/_includes}/tables/debug_variables.asciidoc +0 -0
  141. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/tables/readme +0 -0
  142. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +14 -5
  143. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/attributes.asciidoc +37 -0
  144. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/documents/readme +0 -0
  145. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/tables/readme +0 -0
  146. data/lib/starter_web/package.json +1 -1
  147. data/lib/starter_web/pages/protected/site_search.adoc +4 -4
  148. data/lib/starter_web/pages/public/blog/navigator/archive.html +2 -2
  149. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  150. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  151. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  152. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +7 -3
  153. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +9 -4
  154. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +8 -4
  155. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/attributes.asciidoc +2 -9
  156. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/100_meet_and_greet_jekyll.asciidoc +31 -0
  157. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/documents/200_preparations.asciidoc +0 -0
  158. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/documents/300_first_awesome_web.asciidoc +0 -0
  159. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/parts.asciidoc +1 -1
  160. data/lib/starter_web/{collections/posts/public/test_posts/_posts/includes → pages/public/learn/kickstarter/web_in_a_day/_includes}/tables/debug_variables.asciidoc +0 -0
  161. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +0 -0
  162. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +56 -54
  163. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +26 -23
  164. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +34 -31
  165. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +51 -48
  166. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +47 -57
  167. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +20 -17
  168. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +223 -72
  169. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +132 -33
  170. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/attributes.asciidoc +6 -0
  171. data/lib/starter_web/pages/public/{test_pages/includes → learn/roundtrip/_includes}/documents/100_gistblock.asciidoc +2 -1
  172. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_bottom_info.asciidoc +0 -0
  173. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_bottom_left_warning.asciidoc +0 -0
  174. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_bottom_right_danger.asciidoc +0 -0
  175. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_central_success.asciidoc +0 -0
  176. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_full_height_left_info.asciidoc +0 -0
  177. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_full_height_right_success.asciidoc +0 -0
  178. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_table_3_column.asciidoc +1 -1
  179. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_top_info.asciidoc +0 -0
  180. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_top_left_info.asciidoc +0 -0
  181. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_top_right_success.asciidoc +0 -0
  182. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/419_advanced_modals_demo.asciidoc +0 -0
  183. data/lib/starter_web/pages/public/learn/roundtrip/_includes/tables/readme +0 -0
  184. data/lib/starter_web/pages/public/learn/{whats_up.adoc → where_to_go.adoc} +28 -23
  185. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +1 -1
  186. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +64 -65
  187. data/lib/starter_web/pages/public/previewer/{includes → _includes}/attributes.asciidoc +6 -0
  188. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -0
  189. data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
  190. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  191. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  192. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/120_relative_sizes.asciidoc +1 -1
  193. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/200_rotate.asciidoc +1 -1
  194. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/300_flip.asciidoc +1 -1
  195. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
  196. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  197. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  198. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  199. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  200. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  201. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  202. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  203. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  204. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/300_flip.asciidoc +1 -1
  205. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  206. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +2059 -1827
  207. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -2
  208. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +8 -4
  209. data/lib/starter_web/pages/public/previewer/rouge.adoc +200 -0
  210. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +7 -7
  211. data/lib/starter_web/pages/public/test_pages/{includes → _includes}/attributes.asciidoc +3 -1
  212. data/lib/starter_web/pages/public/{learn/roundtrip/includes → test_pages/_includes}/documents/100_gistblock.asciidoc +0 -0
  213. data/lib/starter_web/pages/public/test_pages/{includes → _includes}/tables/000_bem_specifiers.asciidoc +1 -1
  214. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_specifier_examples.asciidoc +56 -0
  215. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +162 -0
  216. data/lib/starter_web/pages/public/test_pages/floating_ad.adoc +7 -21
  217. data/lib/starter_web/pages/public/test_pages/floating_div.adoc +24 -38
  218. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +7 -21
  219. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +100 -8
  220. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +212 -0
  221. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +209 -0
  222. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/attributes.asciidoc +0 -0
  223. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/100_gistblock.asciidoc +0 -0
  224. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_info.asciidoc +0 -0
  225. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +0 -0
  226. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +0 -0
  227. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_central_success.asciidoc +0 -0
  228. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +0 -0
  229. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +0 -0
  230. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
  231. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_info.asciidoc +0 -0
  232. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_left_info.asciidoc +0 -0
  233. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_right_success.asciidoc +0 -0
  234. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +0 -0
  235. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_test_youtube_video.adoc +0 -0
  236. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/100_basic_video.adoc +0 -0
  237. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  238. data/lib/starter_web/utilsrv/package.json +1 -1
  239. metadata +118 -147
  240. data/assets/data/jupyter/notebooks/_html/template.full.head.html +0 -75
  241. data/assets/data/jupyter/notebooks/_html/visualisation.html +0 -968
  242. data/assets/data/jupyter/notebooks/html/template.html +0 -50
  243. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +0 -949
  244. data/assets/data/jupyter/notebooks/tutorial.ipynb +0 -169
  245. data/assets/data/jupyter/notebooks/visualisation.ipynb +0 -9413
  246. data/assets/themes/j1/core/css/theme-extensions.css +0 -9811
  247. data/assets/themes/j1/core/css/theme-extensions.min.css +0 -1
  248. data/assets/themes/j1/core/css/uno-dark.min.css +0 -6
  249. data/assets/themes/j1/core/css/uno.min.css +0 -8
  250. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +0 -10278
  251. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +0 -1
  252. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +0 -7
  253. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +0 -1
  254. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +0 -4420
  255. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +0 -1
  256. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +0 -7
  257. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +0 -1
  258. data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +0 -203
  259. data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +0 -235
  260. data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +0 -509
  261. data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +0 -122
  262. data/assets/themes/j1/modules/jqMouseWheel/README.md +0 -76
  263. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +0 -221
  264. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +0 -9
  265. data/assets/themes/j1/modules/noUISlider/LICENSE +0 -13
  266. data/assets/themes/j1/modules/noUISlider/css/nouislider.css +0 -260
  267. data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +0 -1
  268. data/assets/themes/j1/modules/noUISlider/js/nouislider.js +0 -2312
  269. data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +0 -3
  270. data/assets/themes/j1/modules/polyfills/js/msie.js +0 -140
  271. data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +0 -132
  272. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  273. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +0 -81
  274. data/lib/starter_web/collections/_biography/becoming.adoc +0 -72
  275. data/lib/starter_web/collections/_biography/born-to-run.adoc +0 -78
  276. data/lib/starter_web/collections/_biography/forty-autumns.adoc +0 -75
  277. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +0 -69
  278. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +0 -72
  279. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +0 -73
  280. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +0 -64
  281. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +0 -64
  282. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +0 -62
  283. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +0 -63
  284. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +0 -62
  285. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +0 -60
  286. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +0 -67
  287. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +0 -61
  288. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +0 -69
  289. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +0 -66
  290. data/lib/starter_web/collections/_romance/outlander-novel.adoc +0 -78
  291. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +0 -62
  292. data/lib/starter_web/collections/posts/public/series/_posts/000_includes/attributes.asciidoc +0 -66
  293. data/lib/starter_web/collections/posts/public/series/_posts/includes/attributes.asciidoc +0 -66
  294. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/100-docker-using-shared-folders.asciidoc +0 -430
  295. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/loop.sh +0 -28
  296. data/lib/starter_web/collections/posts/public/wikipedia/_posts/000_includes/attributes.asciidoc +0 -46
  297. data/lib/starter_web/pages/public/bookshelf/100_whats_up.adoc +0 -281
  298. data/lib/starter_web/pages/public/bookshelf/200_book_shelf_biography.adoc +0 -52
  299. data/lib/starter_web/pages/public/bookshelf/300_book_shelf_fantasy.adoc +0 -54
  300. data/lib/starter_web/pages/public/bookshelf/400_book_shelf_romance.adoc +0 -54
  301. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/includes/documents/100_meet_and_greet_jekyll.asciidoc +0 -31
  302. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc +0 -69
  303. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc +0 -170
  304. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +0 -52
  305. data/lib/starter_web/pages/public/test_pages/includes/images/pages/minneapolis.1200x400.jpg +0 -0
  306. data/lib/starter_web/pages/public/test_pages/includes/tables/000_specifier_examples.asciidoc +0 -56
@@ -1,75 +0,0 @@
1
- <head>
2
- <meta charset="utf-8" />
3
- <title>Visualisation</title>
4
-
5
- <!-- CSS sources -->
6
- <!-- Bootstrap v3.3.7 -->
7
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
8
- <!-- FontAwesome v4.7.0 -->
9
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
10
- <!-- IPython auth -->
11
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/auth.css">
12
- <!-- IPython base -->
13
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/base.css">
14
- <!-- IPython highlight -->
15
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/highlight.css">
16
- <!-- IPython html_export_overrides -->
17
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/html_export_overrides.css">
18
- <!-- IPython nbinteract -->
19
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/nbinteract.css">
20
- <!-- IPython notebook webapp -->
21
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/notebook_webapp.css">
22
- <!-- IPython notebook -->
23
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/notebook.css">
24
- <!-- IPython text_editor_webapp -->
25
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/text_editor_webapp.css">
26
- <!-- IPython tree view -->
27
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/tree_view.css">
28
-
29
- <!-- JS sources -->
30
- <!-- iFrame Resizer Client -->
31
- <script src="/assets/themes/j1/modules/iframe_resizer/js/client/iframeResizer.contentWindow.js"></script>
32
- <!-- Require v2.3.6 -->
33
- <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
34
-
35
- <!-- Initialize nbinteract package -->
36
- <!-- script>
37
- (function setupNbinteract() {
38
- // If NbInteract hasn't loaded, wait one second and try again
39
- if (window.NbInteract === undefined) {
40
- setTimeout(setupNbinteract, 1000)
41
- return
42
- }
43
- var interact = new window.NbInteract({
44
- spec: 'jekyll-one/jupyter_notebooks/master',
45
- baseUrl: 'https://mybinder.org',
46
- provider: 'gh',
47
- })
48
- interact.prepare()
49
- window.interact = interact
50
- })()
51
- </script -->
52
-
53
- <!-- Loading mathjax macro -->
54
- <!-- Load mathjax -->
55
- <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_HTML"></script>
56
- <!-- MathJax configuration -->
57
- <script type="text/x-mathjax-config">
58
- MathJax.Hub.Config({
59
- tex2jax: {
60
- inlineMath: [ ['$','$'], ["\\(","\\)"] ],
61
- displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
62
- processEscapes: true,
63
- processEnvironments: true
64
- },
65
- // Center justify equations in code and markdown cells. Elsewhere
66
- // we use CSS to left justify single line equations in code cells.
67
- displayAlign: 'center',
68
- "HTML-CSS": {
69
- styles: {'.MathJax_Display': {"margin": 0}},
70
- linebreaks: { automatic: true }
71
- }
72
- });
73
- </script>
74
- <!-- End of mathjax configuration -->
75
- </head>
@@ -1,968 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <!-- CSS sources -->
6
- <!-- IPython styles -->
7
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/style.min.css">
8
- <!-- Highlighter styles -->
9
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/highlight.css">
10
- <!-- Overrides of notebook CSS for static HTML export -->
11
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/html_export_overrides.css">
12
- <!-- nbInteract styles -->
13
- <link rel="stylesheet" type="text/css" href="/assets/themes/j1/modules/ipython/css/nbinteract.css">
14
- <!-- JS sources -->
15
- <!-- Loads nbinteract package -->
16
- <script src="https://unpkg.com/nbinteract-core" async></script>
17
- <!-- Require v2.3.6 -->
18
- <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
19
- <!-- iFrame Resizer Client -->
20
- <script src="/assets/themes/j1/modules/iframe_resizer/js/client/iframeResizer.contentWindow.js" async></script>
21
- <!-- Plot.ly v1.54.0 -->
22
- <script src="/assets/themes/j1/modules/ipython/js/plotly.js" async></script>
23
- <!-- Initialize nbinteract package -->
24
- <!-- script>
25
- (function setupNbinteract() {
26
- // If NbInteract hasn't loaded, wait one second and try again
27
- if (window.NbInteract === undefined) {
28
- setTimeout(setupNbinteract, 1000)
29
- return
30
- }
31
- var interact = new window.NbInteract({
32
- spec: 'jekyll-one/jupyter_notebooks/master',
33
- baseUrl: 'https://mybinder.org',
34
- provider: 'gh',
35
- })
36
- interact.prepare()
37
- window.interact = interact
38
- })()
39
- </script -->
40
- </head>
41
- <body>
42
- <div class="cell text_cell">
43
- <button class="js-nbinteract-widget">
44
- Loading widgets...
45
- </button>
46
- </div>
47
- <div class="
48
- cell border-box-sizing code_cell rendered">
49
- <div class="input">
50
- <div class="inner_cell">
51
- <div class="input_area">
52
- <div class=" highlight hl-ipython3">
53
- <pre><span></span><span class="kn">from</span> <span class="nn">ipywidgets</span> <span class="kn">import</span> <span class="n">interact</span>
54
-
55
- <span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
56
- <span class="kn">import</span> <span class="nn">pandas</span> <span class="k">as</span> <span class="nn">pd</span>
57
- <span class="kn">import</span> <span class="nn">plotly.express</span> <span class="k">as</span> <span class="nn">px</span>
58
- <span class="kn">import</span> <span class="nn">matplotlib.pyplot</span> <span class="k">as</span> <span class="nn">plt</span>
59
-
60
- <span class="o">%</span><span class="k">matplotlib</span> inline
61
- </pre>
62
- </div>
63
- </div>
64
- </div>
65
- </div>
66
- </div>
67
- <div class="
68
- cell border-box-sizing code_cell rendered">
69
- <div class="input">
70
- <div class="inner_cell">
71
- <div class="input_area">
72
- <div class=" highlight hl-ipython3">
73
- <pre><span></span><span class="n">uci</span> <span class="o">=</span> <span class="s1">&#39;http://archive.ics.uci.edu/ml/machine-learning-databases/&#39;</span>
74
- <span class="n">iris</span> <span class="o">=</span> <span class="n">pd</span><span class="o">.</span><span class="n">read_csv</span><span class="p">(</span><span class="n">uci</span> <span class="o">+</span> <span class="s1">&#39;iris/iris.data&#39;</span><span class="p">,</span> <span class="n">header</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span>
75
- <span class="n">names</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="s1">&#39;sapal width&#39;</span><span class="p">,</span>
76
- <span class="s1">&#39;petal lenght&#39;</span><span class="p">,</span> <span class="s1">&#39;petal width&#39;</span><span class="p">,</span>
77
- <span class="s1">&#39;class&#39;</span><span class="p">])</span>
78
- <span class="n">iris</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">5</span><span class="p">]</span>
79
- </pre>
80
- </div>
81
- </div>
82
- </div>
83
- </div>
84
- <div class="output_wrapper">
85
- <div class="output">
86
- <div class="output_area">
87
- <div class="output_html rendered_html output_subarea output_execute_result">
88
- <div>
89
- <style scoped>
90
- .dataframe tbody tr th:only-of-type {
91
- vertical-align: middle;
92
- }
93
-
94
- .dataframe tbody tr th {
95
- vertical-align: top;
96
- }
97
-
98
- .dataframe thead th {
99
- text-align: right;
100
- }
101
- </style>
102
- <table border="1" class="dataframe">
103
- <thead>
104
- <tr style="text-align: right;">
105
- <th></th>
106
- <th>sepal lenght</th>
107
- <th>sapal width</th>
108
- <th>petal lenght</th>
109
- <th>petal width</th>
110
- <th>class</th>
111
- </tr>
112
- </thead>
113
- <tbody>
114
- <tr>
115
- <th>0</th>
116
- <td>5.1</td>
117
- <td>3.5</td>
118
- <td>1.4</td>
119
- <td>0.2</td>
120
- <td>Iris-setosa</td>
121
- </tr>
122
- <tr>
123
- <th>1</th>
124
- <td>4.9</td>
125
- <td>3.0</td>
126
- <td>1.4</td>
127
- <td>0.2</td>
128
- <td>Iris-setosa</td>
129
- </tr>
130
- <tr>
131
- <th>2</th>
132
- <td>4.7</td>
133
- <td>3.2</td>
134
- <td>1.3</td>
135
- <td>0.2</td>
136
- <td>Iris-setosa</td>
137
- </tr>
138
- <tr>
139
- <th>3</th>
140
- <td>4.6</td>
141
- <td>3.1</td>
142
- <td>1.5</td>
143
- <td>0.2</td>
144
- <td>Iris-setosa</td>
145
- </tr>
146
- <tr>
147
- <th>4</th>
148
- <td>5.0</td>
149
- <td>3.6</td>
150
- <td>1.4</td>
151
- <td>0.2</td>
152
- <td>Iris-setosa</td>
153
- </tr>
154
- </tbody>
155
- </table>
156
- </div>
157
- </div>
158
- </div>
159
- </div>
160
- </div>
161
- </div>
162
- <div class="
163
- cell border-box-sizing code_cell rendered">
164
- <div class="input">
165
- <div class="inner_cell">
166
- <div class="input_area">
167
- <div class=" highlight hl-ipython3">
168
- <pre><span></span><span class="k">def</span> <span class="nf">square</span><span class="p">(</span><span class="n">x</span><span class="p">):</span>
169
- <span class="k">return</span> <span class="n">x</span> <span class="o">*</span> <span class="n">x</span>
170
- </pre>
171
- </div>
172
- </div>
173
- </div>
174
- </div>
175
- </div>
176
- <div class="
177
- cell border-box-sizing code_cell rendered">
178
- <div class="input">
179
- <div class="inner_cell">
180
- <div class="input_area">
181
- <div class=" highlight hl-ipython3">
182
- <pre><span></span><span class="n">interact</span><span class="p">(</span><span class="n">square</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">100</span><span class="p">,</span> <span class="mi">10</span><span class="p">));</span>
183
- </pre>
184
- </div>
185
- </div>
186
- </div>
187
- </div>
188
- <div class="output_wrapper">
189
- <div class="output">
190
- <div class="output_area">
191
- <div class="output_subarea output_widget_view ">
192
- <button class="js-nbinteract-widget">
193
- Loading widgets...
194
- </button>
195
- </div>
196
- </div>
197
- </div>
198
- </div>
199
- </div>
200
- <div class="
201
- cell border-box-sizing code_cell rendered">
202
- <div class="input">
203
- <div class="inner_cell">
204
- <div class="input_area">
205
- <div class=" highlight hl-ipython3">
206
- <pre><span></span><span class="n">iris_fro</span> <span class="o">=</span> <span class="n">iris</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">5</span><span class="p">]</span>
207
- <span class="n">iris_sel</span> <span class="o">=</span> <span class="n">iris_fro</span><span class="p">[[</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span><span class="s1">&#39;sapal width&#39;</span><span class="p">]]</span>
208
- <span class="n">iris_sel</span>
209
- </pre>
210
- </div>
211
- </div>
212
- </div>
213
- </div>
214
- <div class="output_wrapper">
215
- <div class="output">
216
- <div class="output_area">
217
- <div class="output_html rendered_html output_subarea output_execute_result">
218
- <div>
219
- <style scoped>
220
- .dataframe tbody tr th:only-of-type {
221
- vertical-align: middle;
222
- }
223
-
224
- .dataframe tbody tr th {
225
- vertical-align: top;
226
- }
227
-
228
- .dataframe thead th {
229
- text-align: right;
230
- }
231
- </style>
232
- <table border="1" class="dataframe">
233
- <thead>
234
- <tr style="text-align: right;">
235
- <th></th>
236
- <th>sepal lenght</th>
237
- <th>sapal width</th>
238
- </tr>
239
- </thead>
240
- <tbody>
241
- <tr>
242
- <th>0</th>
243
- <td>5.1</td>
244
- <td>3.5</td>
245
- </tr>
246
- <tr>
247
- <th>1</th>
248
- <td>4.9</td>
249
- <td>3.0</td>
250
- </tr>
251
- <tr>
252
- <th>2</th>
253
- <td>4.7</td>
254
- <td>3.2</td>
255
- </tr>
256
- <tr>
257
- <th>3</th>
258
- <td>4.6</td>
259
- <td>3.1</td>
260
- </tr>
261
- <tr>
262
- <th>4</th>
263
- <td>5.0</td>
264
- <td>3.6</td>
265
- </tr>
266
- </tbody>
267
- </table>
268
- </div>
269
- </div>
270
- </div>
271
- </div>
272
- </div>
273
- </div>
274
- <div class="
275
- cell border-box-sizing code_cell rendered">
276
- <div class="input">
277
- <div class="inner_cell">
278
- <div class="input_area">
279
- <div class=" highlight hl-ipython3">
280
- <pre><span></span><span class="n">px</span><span class="o">.</span><span class="n">scatter</span><span class="p">(</span><span class="n">iris_sel</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="n">y</span><span class="o">=</span><span class="s1">&#39;sapal width&#39;</span><span class="p">)</span>
281
- </pre>
282
- </div>
283
- </div>
284
- </div>
285
- </div>
286
-
287
- </div>
288
- <div class="
289
- cell border-box-sizing code_cell rendered">
290
- <div class="input">
291
- <div class="inner_cell">
292
- <div class="input_area">
293
- <div class=" highlight hl-ipython3">
294
- <pre><span></span><span class="n">px</span><span class="o">.</span><span class="n">scatter</span><span class="p">(</span><span class="n">iris</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="n">y</span><span class="o">=</span><span class="s1">&#39;sapal width&#39;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s1">&#39;class&#39;</span><span class="p">,</span> <span class="n">hover_name</span><span class="o">=</span><span class="s1">&#39;petal lenght&#39;</span><span class="p">)</span>
295
- </pre>
296
- </div>
297
- </div>
298
- </div>
299
- </div>
300
- <div class="output_wrapper">
301
- <div class="output">
302
- <div class="output_area">
303
- <div class="output_html rendered_html output_subarea ">
304
- <div>
305
- <div id="607f7603-9fe8-4998-9278-5999b06ff6b6" class="plotly-graph-div" style="height:525px; width:100%;"></div>
306
- <script type="text/javascript">
307
- require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
308
- window.PLOTLYENV=window.PLOTLYENV || {};
309
-
310
- if (document.getElementById("607f7603-9fe8-4998-9278-5999b06ff6b6")) {
311
- Plotly.newPlot(
312
- '607f7603-9fe8-4998-9278-5999b06ff6b6',
313
- [{"hovertemplate": "<b>%{hovertext}</b><br><br>class=Iris-setosa<br>sepal lenght=%{x}<br>sapal width=%{y}<extra></extra>", "hovertext": [1.4, 1.4, 1.3, 1.5, 1.4, 1.7, 1.4, 1.5, 1.4, 1.5, 1.5, 1.6, 1.4, 1.1, 1.2, 1.5, 1.3, 1.4, 1.7, 1.5, 1.7, 1.5, 1.0, 1.7, 1.9, 1.6, 1.6, 1.5, 1.4, 1.6, 1.6, 1.5, 1.5, 1.4, 1.5, 1.2, 1.3, 1.5, 1.3, 1.5, 1.3, 1.3, 1.3, 1.6, 1.9, 1.4, 1.6, 1.4, 1.5, 1.4], "legendgroup": "Iris-setosa", "marker": {"color": "#636efa", "symbol": "circle"}, "mode": "markers", "name": "Iris-setosa", "showlegend": true, "type": "scatter", "x": [5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0], "xaxis": "x", "y": [3.5, 3.0, 3.2, 3.1, 3.6, 3.9, 3.4, 3.4, 2.9, 3.1, 3.7, 3.4, 3.0, 3.0, 4.0, 4.4, 3.9, 3.5, 3.8, 3.8, 3.4, 3.7, 3.6, 3.3, 3.4, 3.0, 3.4, 3.5, 3.4, 3.2, 3.1, 3.4, 4.1, 4.2, 3.1, 3.2, 3.5, 3.1, 3.0, 3.4, 3.5, 2.3, 3.2, 3.5, 3.8, 3.0, 3.8, 3.2, 3.7, 3.3], "yaxis": "y"}, {"hovertemplate": "<b>%{hovertext}</b><br><br>class=Iris-versicolor<br>sepal lenght=%{x}<br>sapal width=%{y}<extra></extra>", "hovertext": [4.7, 4.5, 4.9, 4.0, 4.6, 4.5, 4.7, 3.3, 4.6, 3.9, 3.5, 4.2, 4.0, 4.7, 3.6, 4.4, 4.5, 4.1, 4.5, 3.9, 4.8, 4.0, 4.9, 4.7, 4.3, 4.4, 4.8, 5.0, 4.5, 3.5, 3.8, 3.7, 3.9, 5.1, 4.5, 4.5, 4.7, 4.4, 4.1, 4.0, 4.4, 4.6, 4.0, 3.3, 4.2, 4.2, 4.2, 4.3, 3.0, 4.1], "legendgroup": "Iris-versicolor", "marker": {"color": "#EF553B", "symbol": "circle"}, "mode": "markers", "name": "Iris-versicolor", "showlegend": true, "type": "scatter", "x": [7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7], "xaxis": "x", "y": [3.2, 3.2, 3.1, 2.3, 2.8, 2.8, 3.3, 2.4, 2.9, 2.7, 2.0, 3.0, 2.2, 2.9, 2.9, 3.1, 3.0, 2.7, 2.2, 2.5, 3.2, 2.8, 2.5, 2.8, 2.9, 3.0, 2.8, 3.0, 2.9, 2.6, 2.4, 2.4, 2.7, 2.7, 3.0, 3.4, 3.1, 2.3, 3.0, 2.5, 2.6, 3.0, 2.6, 2.3, 2.7, 3.0, 2.9, 2.9, 2.5, 2.8], "yaxis": "y"}, {"hovertemplate": "<b>%{hovertext}</b><br><br>class=Iris-virginica<br>sepal lenght=%{x}<br>sapal width=%{y}<extra></extra>", "hovertext": [6.0, 5.1, 5.9, 5.6, 5.8, 6.6, 4.5, 6.3, 5.8, 6.1, 5.1, 5.3, 5.5, 5.0, 5.1, 5.3, 5.5, 6.7, 6.9, 5.0, 5.7, 4.9, 6.7, 4.9, 5.7, 6.0, 4.8, 4.9, 5.6, 5.8, 6.1, 6.4, 5.6, 5.1, 5.6, 6.1, 5.6, 5.5, 4.8, 5.4, 5.6, 5.1, 5.1, 5.9, 5.7, 5.2, 5.0, 5.2, 5.4, 5.1], "legendgroup": "Iris-virginica", "marker": {"color": "#00cc96", "symbol": "circle"}, "mode": "markers", "name": "Iris-virginica", "showlegend": true, "type": "scatter", "x": [6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9], "xaxis": "x", "y": [3.3, 2.7, 3.0, 2.9, 3.0, 3.0, 2.5, 2.9, 2.5, 3.6, 3.2, 2.7, 3.0, 2.5, 2.8, 3.2, 3.0, 3.8, 2.6, 2.2, 3.2, 2.8, 2.8, 2.7, 3.3, 3.2, 2.8, 3.0, 2.8, 3.0, 2.8, 3.8, 2.8, 2.8, 2.6, 3.0, 3.4, 3.1, 3.0, 3.1, 3.1, 3.1, 2.7, 3.2, 3.3, 3.0, 2.5, 3.0, 3.4, 3.0], "yaxis": "y"}],
314
- {"legend": {"title": {"text": "class"}, "tracegroupgap": 0}, "margin": {"t": 60}, "template": {"data": {"bar": [{"error_x": {"color": "#2a3f5f"}, "error_y": {"color": "#2a3f5f"}, "marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "bar"}], "barpolar": [{"marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "barpolar"}], "carpet": [{"aaxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "baxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "type": "carpet"}], "choropleth": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "choropleth"}], "contour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "contour"}], "contourcarpet": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "contourcarpet"}], "heatmap": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmap"}], "heatmapgl": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmapgl"}], "histogram": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "histogram"}], "histogram2d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2d"}], "histogram2dcontour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2dcontour"}], "mesh3d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "mesh3d"}], "parcoords": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "parcoords"}], "pie": [{"automargin": true, "type": "pie"}], "scatter": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter"}], "scatter3d": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter3d"}], "scattercarpet": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattercarpet"}], "scattergeo": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergeo"}], "scattergl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergl"}], "scattermapbox": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattermapbox"}], "scatterpolar": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolar"}], "scatterpolargl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolargl"}], "scatterternary": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterternary"}], "surface": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "surface"}], "table": [{"cells": {"fill": {"color": "#EBF0F8"}, "line": {"color": "white"}}, "header": {"fill": {"color": "#C8D4E3"}, "line": {"color": "white"}}, "type": "table"}]}, "layout": {"annotationdefaults": {"arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1}, "coloraxis": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "colorscale": {"diverging": [[0, "#8e0152"], [0.1, "#c51b7d"], [0.2, "#de77ae"], [0.3, "#f1b6da"], [0.4, "#fde0ef"], [0.5, "#f7f7f7"], [0.6, "#e6f5d0"], [0.7, "#b8e186"], [0.8, "#7fbc41"], [0.9, "#4d9221"], [1, "#276419"]], "sequential": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "sequentialminus": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]]}, "colorway": ["#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52"], "font": {"color": "#2a3f5f"}, "geo": {"bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white"}, "hoverlabel": {"align": "left"}, "hovermode": "closest", "mapbox": {"style": "light"}, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": {"angularaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "radialaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "scene": {"xaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "yaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "zaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}}, "shapedefaults": {"line": {"color": "#2a3f5f"}}, "ternary": {"aaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "baxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "caxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "title": {"x": 0.05}, "xaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}, "yaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}}}, "xaxis": {"anchor": "y", "domain": [0.0, 1.0], "title": {"text": "sepal lenght"}}, "yaxis": {"anchor": "x", "domain": [0.0, 1.0], "title": {"text": "sapal width"}}},
315
- {"responsive": true}
316
- ).then(function(){
317
-
318
- var gd = document.getElementById('607f7603-9fe8-4998-9278-5999b06ff6b6');
319
- var x = new MutationObserver(function (mutations, observer) {{
320
- var display = window.getComputedStyle(gd).display;
321
- if (!display || display === 'none') {{
322
- console.log([gd, 'removed!']);
323
- Plotly.purge(gd);
324
- observer.disconnect();
325
- }}
326
- }});
327
-
328
- // Listen for the removal of the full notebook cells
329
- var notebookContainer = gd.closest('#notebook-container');
330
- if (notebookContainer) {{
331
- x.observe(notebookContainer, {childList: true});
332
- }}
333
-
334
- // Listen for the clearing of the current output cell
335
- var outputEl = gd.closest('.output');
336
- if (outputEl) {{
337
- x.observe(outputEl, {childList: true});
338
- }}
339
-
340
- })
341
- };
342
- });
343
- </script>
344
- </div>
345
- </div>
346
- </div>
347
- </div>
348
- </div>
349
- </div>
350
- <div class="
351
- cell border-box-sizing code_cell rendered">
352
- <div class="input">
353
- <div class="inner_cell">
354
- <div class="input_area">
355
- <div class=" highlight hl-ipython3">
356
- <pre><span></span><span class="n">px</span><span class="o">.</span><span class="n">scatter</span><span class="p">(</span><span class="n">iris</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="n">y</span><span class="o">=</span><span class="s1">&#39;sapal width&#39;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="n">hover_name</span><span class="o">=</span><span class="s1">&#39;petal lenght&#39;</span><span class="p">)</span>
357
- </pre>
358
- </div>
359
- </div>
360
- </div>
361
- </div>
362
- <div class="output_wrapper">
363
- <div class="output">
364
- <div class="output_area">
365
- <div class="output_html rendered_html output_subarea ">
366
- <div>
367
- <div id="8c133f48-80d4-44b3-a829-09c24808129f" class="plotly-graph-div" style="height:525px; width:100%;"></div>
368
- <script type="text/javascript">
369
- require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
370
- window.PLOTLYENV=window.PLOTLYENV || {};
371
-
372
- if (document.getElementById("8c133f48-80d4-44b3-a829-09c24808129f")) {
373
- Plotly.newPlot(
374
- '8c133f48-80d4-44b3-a829-09c24808129f',
375
- [{"hovertemplate": "<b>%{hovertext}</b><br><br>sepal lenght=%{marker.color}<br>sapal width=%{y}<extra></extra>", "hovertext": [1.4, 1.4, 1.3, 1.5, 1.4, 1.7, 1.4, 1.5, 1.4, 1.5, 1.5, 1.6, 1.4, 1.1, 1.2, 1.5, 1.3, 1.4, 1.7, 1.5, 1.7, 1.5, 1.0, 1.7, 1.9, 1.6, 1.6, 1.5, 1.4, 1.6, 1.6, 1.5, 1.5, 1.4, 1.5, 1.2, 1.3, 1.5, 1.3, 1.5, 1.3, 1.3, 1.3, 1.6, 1.9, 1.4, 1.6, 1.4, 1.5, 1.4, 4.7, 4.5, 4.9, 4.0, 4.6, 4.5, 4.7, 3.3, 4.6, 3.9, 3.5, 4.2, 4.0, 4.7, 3.6, 4.4, 4.5, 4.1, 4.5, 3.9, 4.8, 4.0, 4.9, 4.7, 4.3, 4.4, 4.8, 5.0, 4.5, 3.5, 3.8, 3.7, 3.9, 5.1, 4.5, 4.5, 4.7, 4.4, 4.1, 4.0, 4.4, 4.6, 4.0, 3.3, 4.2, 4.2, 4.2, 4.3, 3.0, 4.1, 6.0, 5.1, 5.9, 5.6, 5.8, 6.6, 4.5, 6.3, 5.8, 6.1, 5.1, 5.3, 5.5, 5.0, 5.1, 5.3, 5.5, 6.7, 6.9, 5.0, 5.7, 4.9, 6.7, 4.9, 5.7, 6.0, 4.8, 4.9, 5.6, 5.8, 6.1, 6.4, 5.6, 5.1, 5.6, 6.1, 5.6, 5.5, 4.8, 5.4, 5.6, 5.1, 5.1, 5.9, 5.7, 5.2, 5.0, 5.2, 5.4, 5.1], "legendgroup": "", "marker": {"color": [5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0, 7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7, 6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9], "coloraxis": "coloraxis", "symbol": "circle"}, "mode": "markers", "name": "", "showlegend": false, "type": "scatter", "x": [5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0, 7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7, 6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9], "xaxis": "x", "y": [3.5, 3.0, 3.2, 3.1, 3.6, 3.9, 3.4, 3.4, 2.9, 3.1, 3.7, 3.4, 3.0, 3.0, 4.0, 4.4, 3.9, 3.5, 3.8, 3.8, 3.4, 3.7, 3.6, 3.3, 3.4, 3.0, 3.4, 3.5, 3.4, 3.2, 3.1, 3.4, 4.1, 4.2, 3.1, 3.2, 3.5, 3.1, 3.0, 3.4, 3.5, 2.3, 3.2, 3.5, 3.8, 3.0, 3.8, 3.2, 3.7, 3.3, 3.2, 3.2, 3.1, 2.3, 2.8, 2.8, 3.3, 2.4, 2.9, 2.7, 2.0, 3.0, 2.2, 2.9, 2.9, 3.1, 3.0, 2.7, 2.2, 2.5, 3.2, 2.8, 2.5, 2.8, 2.9, 3.0, 2.8, 3.0, 2.9, 2.6, 2.4, 2.4, 2.7, 2.7, 3.0, 3.4, 3.1, 2.3, 3.0, 2.5, 2.6, 3.0, 2.6, 2.3, 2.7, 3.0, 2.9, 2.9, 2.5, 2.8, 3.3, 2.7, 3.0, 2.9, 3.0, 3.0, 2.5, 2.9, 2.5, 3.6, 3.2, 2.7, 3.0, 2.5, 2.8, 3.2, 3.0, 3.8, 2.6, 2.2, 3.2, 2.8, 2.8, 2.7, 3.3, 3.2, 2.8, 3.0, 2.8, 3.0, 2.8, 3.8, 2.8, 2.8, 2.6, 3.0, 3.4, 3.1, 3.0, 3.1, 3.1, 3.1, 2.7, 3.2, 3.3, 3.0, 2.5, 3.0, 3.4, 3.0], "yaxis": "y"}],
376
- {"coloraxis": {"colorbar": {"title": {"text": "sepal lenght"}}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]]}, "legend": {"tracegroupgap": 0}, "margin": {"t": 60}, "template": {"data": {"bar": [{"error_x": {"color": "#2a3f5f"}, "error_y": {"color": "#2a3f5f"}, "marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "bar"}], "barpolar": [{"marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "barpolar"}], "carpet": [{"aaxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "baxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "type": "carpet"}], "choropleth": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "choropleth"}], "contour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "contour"}], "contourcarpet": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "contourcarpet"}], "heatmap": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmap"}], "heatmapgl": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmapgl"}], "histogram": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "histogram"}], "histogram2d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2d"}], "histogram2dcontour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2dcontour"}], "mesh3d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "mesh3d"}], "parcoords": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "parcoords"}], "pie": [{"automargin": true, "type": "pie"}], "scatter": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter"}], "scatter3d": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter3d"}], "scattercarpet": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattercarpet"}], "scattergeo": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergeo"}], "scattergl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergl"}], "scattermapbox": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattermapbox"}], "scatterpolar": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolar"}], "scatterpolargl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolargl"}], "scatterternary": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterternary"}], "surface": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "surface"}], "table": [{"cells": {"fill": {"color": "#EBF0F8"}, "line": {"color": "white"}}, "header": {"fill": {"color": "#C8D4E3"}, "line": {"color": "white"}}, "type": "table"}]}, "layout": {"annotationdefaults": {"arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1}, "coloraxis": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "colorscale": {"diverging": [[0, "#8e0152"], [0.1, "#c51b7d"], [0.2, "#de77ae"], [0.3, "#f1b6da"], [0.4, "#fde0ef"], [0.5, "#f7f7f7"], [0.6, "#e6f5d0"], [0.7, "#b8e186"], [0.8, "#7fbc41"], [0.9, "#4d9221"], [1, "#276419"]], "sequential": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "sequentialminus": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]]}, "colorway": ["#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52"], "font": {"color": "#2a3f5f"}, "geo": {"bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white"}, "hoverlabel": {"align": "left"}, "hovermode": "closest", "mapbox": {"style": "light"}, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": {"angularaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "radialaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "scene": {"xaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "yaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "zaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}}, "shapedefaults": {"line": {"color": "#2a3f5f"}}, "ternary": {"aaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "baxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "caxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "title": {"x": 0.05}, "xaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}, "yaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}}}, "xaxis": {"anchor": "y", "domain": [0.0, 1.0], "title": {"text": "sepal lenght"}}, "yaxis": {"anchor": "x", "domain": [0.0, 1.0], "title": {"text": "sapal width"}}},
377
- {"responsive": true}
378
- ).then(function(){
379
-
380
- var gd = document.getElementById('8c133f48-80d4-44b3-a829-09c24808129f');
381
- var x = new MutationObserver(function (mutations, observer) {{
382
- var display = window.getComputedStyle(gd).display;
383
- if (!display || display === 'none') {{
384
- console.log([gd, 'removed!']);
385
- Plotly.purge(gd);
386
- observer.disconnect();
387
- }}
388
- }});
389
-
390
- // Listen for the removal of the full notebook cells
391
- var notebookContainer = gd.closest('#notebook-container');
392
- if (notebookContainer) {{
393
- x.observe(notebookContainer, {childList: true});
394
- }}
395
-
396
- // Listen for the clearing of the current output cell
397
- var outputEl = gd.closest('.output');
398
- if (outputEl) {{
399
- x.observe(outputEl, {childList: true});
400
- }}
401
-
402
- })
403
- };
404
- });
405
- </script>
406
- </div>
407
- </div>
408
- </div>
409
- </div>
410
- </div>
411
- </div>
412
- <div class="
413
- cell border-box-sizing code_cell rendered">
414
- <div class="input">
415
- <div class="inner_cell">
416
- <div class="input_area">
417
- <div class=" highlight hl-ipython3">
418
- <pre><span></span><span class="n">px</span><span class="o">.</span><span class="n">scatter</span><span class="p">(</span><span class="n">iris</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="n">y</span><span class="o">=</span><span class="s1">&#39;sapal width&#39;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s1">&#39;class&#39;</span><span class="p">,</span> <span class="n">size</span><span class="o">=</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="n">hover_name</span><span class="o">=</span><span class="s1">&#39;petal width&#39;</span><span class="p">)</span>
419
- </pre>
420
- </div>
421
- </div>
422
- </div>
423
- </div>
424
- <div class="output_wrapper">
425
- <div class="output">
426
- <div class="output_area">
427
- <div class="output_html rendered_html output_subarea ">
428
- <div>
429
- <div id="80669b81-844f-4b36-969e-abe2f649c484" class="plotly-graph-div" style="height:525px; width:100%;"></div>
430
- <script type="text/javascript">
431
- require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
432
- window.PLOTLYENV=window.PLOTLYENV || {};
433
-
434
- if (document.getElementById("80669b81-844f-4b36-969e-abe2f649c484")) {
435
- Plotly.newPlot(
436
- '80669b81-844f-4b36-969e-abe2f649c484',
437
- [{"hovertemplate": "<b>%{hovertext}</b><br><br>class=Iris-setosa<br>sepal lenght=%{marker.size}<br>sapal width=%{y}<extra></extra>", "hovertext": [0.2, 0.2, 0.2, 0.2, 0.2, 0.4, 0.3, 0.2, 0.2, 0.1, 0.2, 0.2, 0.1, 0.1, 0.2, 0.4, 0.4, 0.3, 0.3, 0.3, 0.2, 0.4, 0.2, 0.5, 0.2, 0.2, 0.4, 0.2, 0.2, 0.2, 0.2, 0.4, 0.1, 0.2, 0.1, 0.2, 0.2, 0.1, 0.2, 0.2, 0.3, 0.3, 0.2, 0.6, 0.4, 0.3, 0.2, 0.2, 0.2, 0.2], "legendgroup": "Iris-setosa", "marker": {"color": "#636efa", "size": [5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0], "sizemode": "area", "sizeref": 0.01975, "symbol": "circle"}, "mode": "markers", "name": "Iris-setosa", "showlegend": true, "type": "scatter", "x": [5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0], "xaxis": "x", "y": [3.5, 3.0, 3.2, 3.1, 3.6, 3.9, 3.4, 3.4, 2.9, 3.1, 3.7, 3.4, 3.0, 3.0, 4.0, 4.4, 3.9, 3.5, 3.8, 3.8, 3.4, 3.7, 3.6, 3.3, 3.4, 3.0, 3.4, 3.5, 3.4, 3.2, 3.1, 3.4, 4.1, 4.2, 3.1, 3.2, 3.5, 3.1, 3.0, 3.4, 3.5, 2.3, 3.2, 3.5, 3.8, 3.0, 3.8, 3.2, 3.7, 3.3], "yaxis": "y"}, {"hovertemplate": "<b>%{hovertext}</b><br><br>class=Iris-versicolor<br>sepal lenght=%{marker.size}<br>sapal width=%{y}<extra></extra>", "hovertext": [1.4, 1.5, 1.5, 1.3, 1.5, 1.3, 1.6, 1.0, 1.3, 1.4, 1.0, 1.5, 1.0, 1.4, 1.3, 1.4, 1.5, 1.0, 1.5, 1.1, 1.8, 1.3, 1.5, 1.2, 1.3, 1.4, 1.4, 1.7, 1.5, 1.0, 1.1, 1.0, 1.2, 1.6, 1.5, 1.6, 1.5, 1.3, 1.3, 1.3, 1.2, 1.4, 1.2, 1.0, 1.3, 1.2, 1.3, 1.3, 1.1, 1.3], "legendgroup": "Iris-versicolor", "marker": {"color": "#EF553B", "size": [7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7], "sizemode": "area", "sizeref": 0.01975, "symbol": "circle"}, "mode": "markers", "name": "Iris-versicolor", "showlegend": true, "type": "scatter", "x": [7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7], "xaxis": "x", "y": [3.2, 3.2, 3.1, 2.3, 2.8, 2.8, 3.3, 2.4, 2.9, 2.7, 2.0, 3.0, 2.2, 2.9, 2.9, 3.1, 3.0, 2.7, 2.2, 2.5, 3.2, 2.8, 2.5, 2.8, 2.9, 3.0, 2.8, 3.0, 2.9, 2.6, 2.4, 2.4, 2.7, 2.7, 3.0, 3.4, 3.1, 2.3, 3.0, 2.5, 2.6, 3.0, 2.6, 2.3, 2.7, 3.0, 2.9, 2.9, 2.5, 2.8], "yaxis": "y"}, {"hovertemplate": "<b>%{hovertext}</b><br><br>class=Iris-virginica<br>sepal lenght=%{marker.size}<br>sapal width=%{y}<extra></extra>", "hovertext": [2.5, 1.9, 2.1, 1.8, 2.2, 2.1, 1.7, 1.8, 1.8, 2.5, 2.0, 1.9, 2.1, 2.0, 2.4, 2.3, 1.8, 2.2, 2.3, 1.5, 2.3, 2.0, 2.0, 1.8, 2.1, 1.8, 1.8, 1.8, 2.1, 1.6, 1.9, 2.0, 2.2, 1.5, 1.4, 2.3, 2.4, 1.8, 1.8, 2.1, 2.4, 2.3, 1.9, 2.3, 2.5, 2.3, 1.9, 2.0, 2.3, 1.8], "legendgroup": "Iris-virginica", "marker": {"color": "#00cc96", "size": [6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9], "sizemode": "area", "sizeref": 0.01975, "symbol": "circle"}, "mode": "markers", "name": "Iris-virginica", "showlegend": true, "type": "scatter", "x": [6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9], "xaxis": "x", "y": [3.3, 2.7, 3.0, 2.9, 3.0, 3.0, 2.5, 2.9, 2.5, 3.6, 3.2, 2.7, 3.0, 2.5, 2.8, 3.2, 3.0, 3.8, 2.6, 2.2, 3.2, 2.8, 2.8, 2.7, 3.3, 3.2, 2.8, 3.0, 2.8, 3.0, 2.8, 3.8, 2.8, 2.8, 2.6, 3.0, 3.4, 3.1, 3.0, 3.1, 3.1, 3.1, 2.7, 3.2, 3.3, 3.0, 2.5, 3.0, 3.4, 3.0], "yaxis": "y"}],
438
- {"legend": {"itemsizing": "constant", "title": {"text": "class"}, "tracegroupgap": 0}, "margin": {"t": 60}, "template": {"data": {"bar": [{"error_x": {"color": "#2a3f5f"}, "error_y": {"color": "#2a3f5f"}, "marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "bar"}], "barpolar": [{"marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "barpolar"}], "carpet": [{"aaxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "baxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "type": "carpet"}], "choropleth": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "choropleth"}], "contour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "contour"}], "contourcarpet": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "contourcarpet"}], "heatmap": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmap"}], "heatmapgl": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmapgl"}], "histogram": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "histogram"}], "histogram2d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2d"}], "histogram2dcontour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2dcontour"}], "mesh3d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "mesh3d"}], "parcoords": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "parcoords"}], "pie": [{"automargin": true, "type": "pie"}], "scatter": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter"}], "scatter3d": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter3d"}], "scattercarpet": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattercarpet"}], "scattergeo": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergeo"}], "scattergl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergl"}], "scattermapbox": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattermapbox"}], "scatterpolar": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolar"}], "scatterpolargl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolargl"}], "scatterternary": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterternary"}], "surface": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "surface"}], "table": [{"cells": {"fill": {"color": "#EBF0F8"}, "line": {"color": "white"}}, "header": {"fill": {"color": "#C8D4E3"}, "line": {"color": "white"}}, "type": "table"}]}, "layout": {"annotationdefaults": {"arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1}, "coloraxis": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "colorscale": {"diverging": [[0, "#8e0152"], [0.1, "#c51b7d"], [0.2, "#de77ae"], [0.3, "#f1b6da"], [0.4, "#fde0ef"], [0.5, "#f7f7f7"], [0.6, "#e6f5d0"], [0.7, "#b8e186"], [0.8, "#7fbc41"], [0.9, "#4d9221"], [1, "#276419"]], "sequential": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "sequentialminus": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]]}, "colorway": ["#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52"], "font": {"color": "#2a3f5f"}, "geo": {"bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white"}, "hoverlabel": {"align": "left"}, "hovermode": "closest", "mapbox": {"style": "light"}, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": {"angularaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "radialaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "scene": {"xaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "yaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "zaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}}, "shapedefaults": {"line": {"color": "#2a3f5f"}}, "ternary": {"aaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "baxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "caxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "title": {"x": 0.05}, "xaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}, "yaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}}}, "xaxis": {"anchor": "y", "domain": [0.0, 1.0], "title": {"text": "sepal lenght"}}, "yaxis": {"anchor": "x", "domain": [0.0, 1.0], "title": {"text": "sapal width"}}},
439
- {"responsive": true}
440
- ).then(function(){
441
-
442
- var gd = document.getElementById('80669b81-844f-4b36-969e-abe2f649c484');
443
- var x = new MutationObserver(function (mutations, observer) {{
444
- var display = window.getComputedStyle(gd).display;
445
- if (!display || display === 'none') {{
446
- console.log([gd, 'removed!']);
447
- Plotly.purge(gd);
448
- observer.disconnect();
449
- }}
450
- }});
451
-
452
- // Listen for the removal of the full notebook cells
453
- var notebookContainer = gd.closest('#notebook-container');
454
- if (notebookContainer) {{
455
- x.observe(notebookContainer, {childList: true});
456
- }}
457
-
458
- // Listen for the clearing of the current output cell
459
- var outputEl = gd.closest('.output');
460
- if (outputEl) {{
461
- x.observe(outputEl, {childList: true});
462
- }}
463
-
464
- })
465
- };
466
- });
467
- </script>
468
- </div>
469
- </div>
470
- </div>
471
- </div>
472
- </div>
473
- </div>
474
- <div class="
475
- cell border-box-sizing code_cell rendered">
476
- <div class="input">
477
- <div class="inner_cell">
478
- <div class="input_area">
479
- <div class=" highlight hl-ipython3">
480
- <pre><span></span><span class="n">px</span><span class="o">.</span><span class="n">scatter_3d</span><span class="p">(</span><span class="n">iris</span><span class="p">,</span> <span class="n">x</span><span class="o">=</span><span class="s1">&#39;sepal lenght&#39;</span><span class="p">,</span> <span class="n">z</span><span class="o">=</span><span class="s1">&#39;sapal width&#39;</span><span class="p">,</span> <span class="n">y</span><span class="o">=</span><span class="s1">&#39;petal lenght&#39;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s1">&#39;class&#39;</span><span class="p">)</span>
481
- </pre>
482
- </div>
483
- </div>
484
- </div>
485
- </div>
486
- <div class="output_wrapper">
487
- <div class="output">
488
- <div class="output_area">
489
- <div class="output_html rendered_html output_subarea ">
490
- <div>
491
- <div id="22bccc60-179b-41df-9fad-88f944861563" class="plotly-graph-div" style="height:525px; width:100%;"></div>
492
- <script type="text/javascript">
493
- require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
494
- window.PLOTLYENV=window.PLOTLYENV || {};
495
-
496
- if (document.getElementById("22bccc60-179b-41df-9fad-88f944861563")) {
497
- Plotly.newPlot(
498
- '22bccc60-179b-41df-9fad-88f944861563',
499
- [{"hovertemplate": "class=Iris-setosa<br>sepal lenght=%{x}<br>petal lenght=%{y}<br>sapal width=%{z}<extra></extra>", "legendgroup": "Iris-setosa", "marker": {"color": "#636efa", "symbol": "circle"}, "mode": "markers", "name": "Iris-setosa", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0], "y": [1.4, 1.4, 1.3, 1.5, 1.4, 1.7, 1.4, 1.5, 1.4, 1.5, 1.5, 1.6, 1.4, 1.1, 1.2, 1.5, 1.3, 1.4, 1.7, 1.5, 1.7, 1.5, 1.0, 1.7, 1.9, 1.6, 1.6, 1.5, 1.4, 1.6, 1.6, 1.5, 1.5, 1.4, 1.5, 1.2, 1.3, 1.5, 1.3, 1.5, 1.3, 1.3, 1.3, 1.6, 1.9, 1.4, 1.6, 1.4, 1.5, 1.4], "z": [3.5, 3.0, 3.2, 3.1, 3.6, 3.9, 3.4, 3.4, 2.9, 3.1, 3.7, 3.4, 3.0, 3.0, 4.0, 4.4, 3.9, 3.5, 3.8, 3.8, 3.4, 3.7, 3.6, 3.3, 3.4, 3.0, 3.4, 3.5, 3.4, 3.2, 3.1, 3.4, 4.1, 4.2, 3.1, 3.2, 3.5, 3.1, 3.0, 3.4, 3.5, 2.3, 3.2, 3.5, 3.8, 3.0, 3.8, 3.2, 3.7, 3.3]}, {"hovertemplate": "class=Iris-versicolor<br>sepal lenght=%{x}<br>petal lenght=%{y}<br>sapal width=%{z}<extra></extra>", "legendgroup": "Iris-versicolor", "marker": {"color": "#EF553B", "symbol": "circle"}, "mode": "markers", "name": "Iris-versicolor", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7], "y": [4.7, 4.5, 4.9, 4.0, 4.6, 4.5, 4.7, 3.3, 4.6, 3.9, 3.5, 4.2, 4.0, 4.7, 3.6, 4.4, 4.5, 4.1, 4.5, 3.9, 4.8, 4.0, 4.9, 4.7, 4.3, 4.4, 4.8, 5.0, 4.5, 3.5, 3.8, 3.7, 3.9, 5.1, 4.5, 4.5, 4.7, 4.4, 4.1, 4.0, 4.4, 4.6, 4.0, 3.3, 4.2, 4.2, 4.2, 4.3, 3.0, 4.1], "z": [3.2, 3.2, 3.1, 2.3, 2.8, 2.8, 3.3, 2.4, 2.9, 2.7, 2.0, 3.0, 2.2, 2.9, 2.9, 3.1, 3.0, 2.7, 2.2, 2.5, 3.2, 2.8, 2.5, 2.8, 2.9, 3.0, 2.8, 3.0, 2.9, 2.6, 2.4, 2.4, 2.7, 2.7, 3.0, 3.4, 3.1, 2.3, 3.0, 2.5, 2.6, 3.0, 2.6, 2.3, 2.7, 3.0, 2.9, 2.9, 2.5, 2.8]}, {"hovertemplate": "class=Iris-virginica<br>sepal lenght=%{x}<br>petal lenght=%{y}<br>sapal width=%{z}<extra></extra>", "legendgroup": "Iris-virginica", "marker": {"color": "#00cc96", "symbol": "circle"}, "mode": "markers", "name": "Iris-virginica", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9], "y": [6.0, 5.1, 5.9, 5.6, 5.8, 6.6, 4.5, 6.3, 5.8, 6.1, 5.1, 5.3, 5.5, 5.0, 5.1, 5.3, 5.5, 6.7, 6.9, 5.0, 5.7, 4.9, 6.7, 4.9, 5.7, 6.0, 4.8, 4.9, 5.6, 5.8, 6.1, 6.4, 5.6, 5.1, 5.6, 6.1, 5.6, 5.5, 4.8, 5.4, 5.6, 5.1, 5.1, 5.9, 5.7, 5.2, 5.0, 5.2, 5.4, 5.1], "z": [3.3, 2.7, 3.0, 2.9, 3.0, 3.0, 2.5, 2.9, 2.5, 3.6, 3.2, 2.7, 3.0, 2.5, 2.8, 3.2, 3.0, 3.8, 2.6, 2.2, 3.2, 2.8, 2.8, 2.7, 3.3, 3.2, 2.8, 3.0, 2.8, 3.0, 2.8, 3.8, 2.8, 2.8, 2.6, 3.0, 3.4, 3.1, 3.0, 3.1, 3.1, 3.1, 2.7, 3.2, 3.3, 3.0, 2.5, 3.0, 3.4, 3.0]}],
500
- {"legend": {"title": {"text": "class"}, "tracegroupgap": 0}, "margin": {"t": 60}, "scene": {"domain": {"x": [0.0, 1.0], "y": [0.0, 1.0]}, "xaxis": {"title": {"text": "sepal lenght"}}, "yaxis": {"title": {"text": "petal lenght"}}, "zaxis": {"title": {"text": "sapal width"}}}, "template": {"data": {"bar": [{"error_x": {"color": "#2a3f5f"}, "error_y": {"color": "#2a3f5f"}, "marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "bar"}], "barpolar": [{"marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "barpolar"}], "carpet": [{"aaxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "baxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "type": "carpet"}], "choropleth": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "choropleth"}], "contour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "contour"}], "contourcarpet": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "contourcarpet"}], "heatmap": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmap"}], "heatmapgl": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmapgl"}], "histogram": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "histogram"}], "histogram2d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2d"}], "histogram2dcontour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2dcontour"}], "mesh3d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "mesh3d"}], "parcoords": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "parcoords"}], "pie": [{"automargin": true, "type": "pie"}], "scatter": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter"}], "scatter3d": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter3d"}], "scattercarpet": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattercarpet"}], "scattergeo": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergeo"}], "scattergl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergl"}], "scattermapbox": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattermapbox"}], "scatterpolar": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolar"}], "scatterpolargl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolargl"}], "scatterternary": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterternary"}], "surface": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "surface"}], "table": [{"cells": {"fill": {"color": "#EBF0F8"}, "line": {"color": "white"}}, "header": {"fill": {"color": "#C8D4E3"}, "line": {"color": "white"}}, "type": "table"}]}, "layout": {"annotationdefaults": {"arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1}, "coloraxis": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "colorscale": {"diverging": [[0, "#8e0152"], [0.1, "#c51b7d"], [0.2, "#de77ae"], [0.3, "#f1b6da"], [0.4, "#fde0ef"], [0.5, "#f7f7f7"], [0.6, "#e6f5d0"], [0.7, "#b8e186"], [0.8, "#7fbc41"], [0.9, "#4d9221"], [1, "#276419"]], "sequential": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "sequentialminus": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]]}, "colorway": ["#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52"], "font": {"color": "#2a3f5f"}, "geo": {"bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white"}, "hoverlabel": {"align": "left"}, "hovermode": "closest", "mapbox": {"style": "light"}, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": {"angularaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "radialaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "scene": {"xaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "yaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "zaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}}, "shapedefaults": {"line": {"color": "#2a3f5f"}}, "ternary": {"aaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "baxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "caxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "title": {"x": 0.05}, "xaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}, "yaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}}}},
501
- {"responsive": true}
502
- ).then(function(){
503
-
504
- var gd = document.getElementById('22bccc60-179b-41df-9fad-88f944861563');
505
- var x = new MutationObserver(function (mutations, observer) {{
506
- var display = window.getComputedStyle(gd).display;
507
- if (!display || display === 'none') {{
508
- console.log([gd, 'removed!']);
509
- Plotly.purge(gd);
510
- observer.disconnect();
511
- }}
512
- }});
513
-
514
- // Listen for the removal of the full notebook cells
515
- var notebookContainer = gd.closest('#notebook-container');
516
- if (notebookContainer) {{
517
- x.observe(notebookContainer, {childList: true});
518
- }}
519
-
520
- // Listen for the clearing of the current output cell
521
- var outputEl = gd.closest('.output');
522
- if (outputEl) {{
523
- x.observe(outputEl, {childList: true});
524
- }}
525
-
526
- })
527
- };
528
- });
529
- </script>
530
- </div>
531
- </div>
532
- </div>
533
- </div>
534
- </div>
535
- </div>
536
- <div class="
537
- cell border-box-sizing code_cell rendered">
538
- <div class="input">
539
- <div class="inner_cell">
540
- <div class="input_area">
541
- <div class=" highlight hl-ipython3">
542
- <pre><span></span><span class="n">px</span><span class="o">.</span><span class="n">scatter_matrix</span><span class="p">(</span><span class="n">iris</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s1">&#39;class&#39;</span><span class="p">)</span>
543
- </pre>
544
- </div>
545
- </div>
546
- </div>
547
- </div>
548
- <div class="output_wrapper">
549
- <div class="output">
550
- <div class="output_area">
551
- <div class="output_html rendered_html output_subarea ">
552
- <div>
553
- <div id="10956865-9e79-428c-a952-0c781c3214db" class="plotly-graph-div" style="height:525px; width:100%;"></div>
554
- <script type="text/javascript">
555
- require(["/assets/themes/j1/modules/ipython/js/plotly.js"], function(Plotly) {
556
- window.PLOTLYENV=window.PLOTLYENV || {};
557
-
558
- if (document.getElementById("10956865-9e79-428c-a952-0c781c3214db")) {
559
- Plotly.newPlot(
560
- '10956865-9e79-428c-a952-0c781c3214db',
561
- [{"dimensions": [{"axis": {"matches": true}, "label": "sepal lenght", "values": [5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4.8, 4.8, 4.3, 5.8, 5.7, 5.4, 5.1, 5.7, 5.1, 5.4, 5.1, 4.6, 5.1, 4.8, 5.0, 5.0, 5.2, 5.2, 4.7, 4.8, 5.4, 5.2, 5.5, 4.9, 5.0, 5.5, 4.9, 4.4, 5.1, 5.0, 4.5, 4.4, 5.0, 5.1, 4.8, 5.1, 4.6, 5.3, 5.0]}, {"axis": {"matches": true}, "label": "sapal width", "values": [3.5, 3.0, 3.2, 3.1, 3.6, 3.9, 3.4, 3.4, 2.9, 3.1, 3.7, 3.4, 3.0, 3.0, 4.0, 4.4, 3.9, 3.5, 3.8, 3.8, 3.4, 3.7, 3.6, 3.3, 3.4, 3.0, 3.4, 3.5, 3.4, 3.2, 3.1, 3.4, 4.1, 4.2, 3.1, 3.2, 3.5, 3.1, 3.0, 3.4, 3.5, 2.3, 3.2, 3.5, 3.8, 3.0, 3.8, 3.2, 3.7, 3.3]}, {"axis": {"matches": true}, "label": "petal lenght", "values": [1.4, 1.4, 1.3, 1.5, 1.4, 1.7, 1.4, 1.5, 1.4, 1.5, 1.5, 1.6, 1.4, 1.1, 1.2, 1.5, 1.3, 1.4, 1.7, 1.5, 1.7, 1.5, 1.0, 1.7, 1.9, 1.6, 1.6, 1.5, 1.4, 1.6, 1.6, 1.5, 1.5, 1.4, 1.5, 1.2, 1.3, 1.5, 1.3, 1.5, 1.3, 1.3, 1.3, 1.6, 1.9, 1.4, 1.6, 1.4, 1.5, 1.4]}, {"axis": {"matches": true}, "label": "petal width", "values": [0.2, 0.2, 0.2, 0.2, 0.2, 0.4, 0.3, 0.2, 0.2, 0.1, 0.2, 0.2, 0.1, 0.1, 0.2, 0.4, 0.4, 0.3, 0.3, 0.3, 0.2, 0.4, 0.2, 0.5, 0.2, 0.2, 0.4, 0.2, 0.2, 0.2, 0.2, 0.4, 0.1, 0.2, 0.1, 0.2, 0.2, 0.1, 0.2, 0.2, 0.3, 0.3, 0.2, 0.6, 0.4, 0.3, 0.2, 0.2, 0.2, 0.2]}, {"axis": {"matches": true}, "label": "class", "values": ["Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa", "Iris-setosa"]}], "hovertemplate": "class=Iris-setosa<br>%{xaxis.title.text}=%{x}<br>%{yaxis.title.text}=%{y}<extra></extra>", "legendgroup": "Iris-setosa", "marker": {"color": "#636efa", "symbol": "circle"}, "name": "Iris-setosa", "showlegend": true, "type": "splom"}, {"dimensions": [{"axis": {"matches": true}, "label": "sepal lenght", "values": [7.0, 6.4, 6.9, 5.5, 6.5, 5.7, 6.3, 4.9, 6.6, 5.2, 5.0, 5.9, 6.0, 6.1, 5.6, 6.7, 5.6, 5.8, 6.2, 5.6, 5.9, 6.1, 6.3, 6.1, 6.4, 6.6, 6.8, 6.7, 6.0, 5.7, 5.5, 5.5, 5.8, 6.0, 5.4, 6.0, 6.7, 6.3, 5.6, 5.5, 5.5, 6.1, 5.8, 5.0, 5.6, 5.7, 5.7, 6.2, 5.1, 5.7]}, {"axis": {"matches": true}, "label": "sapal width", "values": [3.2, 3.2, 3.1, 2.3, 2.8, 2.8, 3.3, 2.4, 2.9, 2.7, 2.0, 3.0, 2.2, 2.9, 2.9, 3.1, 3.0, 2.7, 2.2, 2.5, 3.2, 2.8, 2.5, 2.8, 2.9, 3.0, 2.8, 3.0, 2.9, 2.6, 2.4, 2.4, 2.7, 2.7, 3.0, 3.4, 3.1, 2.3, 3.0, 2.5, 2.6, 3.0, 2.6, 2.3, 2.7, 3.0, 2.9, 2.9, 2.5, 2.8]}, {"axis": {"matches": true}, "label": "petal lenght", "values": [4.7, 4.5, 4.9, 4.0, 4.6, 4.5, 4.7, 3.3, 4.6, 3.9, 3.5, 4.2, 4.0, 4.7, 3.6, 4.4, 4.5, 4.1, 4.5, 3.9, 4.8, 4.0, 4.9, 4.7, 4.3, 4.4, 4.8, 5.0, 4.5, 3.5, 3.8, 3.7, 3.9, 5.1, 4.5, 4.5, 4.7, 4.4, 4.1, 4.0, 4.4, 4.6, 4.0, 3.3, 4.2, 4.2, 4.2, 4.3, 3.0, 4.1]}, {"axis": {"matches": true}, "label": "petal width", "values": [1.4, 1.5, 1.5, 1.3, 1.5, 1.3, 1.6, 1.0, 1.3, 1.4, 1.0, 1.5, 1.0, 1.4, 1.3, 1.4, 1.5, 1.0, 1.5, 1.1, 1.8, 1.3, 1.5, 1.2, 1.3, 1.4, 1.4, 1.7, 1.5, 1.0, 1.1, 1.0, 1.2, 1.6, 1.5, 1.6, 1.5, 1.3, 1.3, 1.3, 1.2, 1.4, 1.2, 1.0, 1.3, 1.2, 1.3, 1.3, 1.1, 1.3]}, {"axis": {"matches": true}, "label": "class", "values": ["Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor", "Iris-versicolor"]}], "hovertemplate": "class=Iris-versicolor<br>%{xaxis.title.text}=%{x}<br>%{yaxis.title.text}=%{y}<extra></extra>", "legendgroup": "Iris-versicolor", "marker": {"color": "#EF553B", "symbol": "circle"}, "name": "Iris-versicolor", "showlegend": true, "type": "splom"}, {"dimensions": [{"axis": {"matches": true}, "label": "sepal lenght", "values": [6.3, 5.8, 7.1, 6.3, 6.5, 7.6, 4.9, 7.3, 6.7, 7.2, 6.5, 6.4, 6.8, 5.7, 5.8, 6.4, 6.5, 7.7, 7.7, 6.0, 6.9, 5.6, 7.7, 6.3, 6.7, 7.2, 6.2, 6.1, 6.4, 7.2, 7.4, 7.9, 6.4, 6.3, 6.1, 7.7, 6.3, 6.4, 6.0, 6.9, 6.7, 6.9, 5.8, 6.8, 6.7, 6.7, 6.3, 6.5, 6.2, 5.9]}, {"axis": {"matches": true}, "label": "sapal width", "values": [3.3, 2.7, 3.0, 2.9, 3.0, 3.0, 2.5, 2.9, 2.5, 3.6, 3.2, 2.7, 3.0, 2.5, 2.8, 3.2, 3.0, 3.8, 2.6, 2.2, 3.2, 2.8, 2.8, 2.7, 3.3, 3.2, 2.8, 3.0, 2.8, 3.0, 2.8, 3.8, 2.8, 2.8, 2.6, 3.0, 3.4, 3.1, 3.0, 3.1, 3.1, 3.1, 2.7, 3.2, 3.3, 3.0, 2.5, 3.0, 3.4, 3.0]}, {"axis": {"matches": true}, "label": "petal lenght", "values": [6.0, 5.1, 5.9, 5.6, 5.8, 6.6, 4.5, 6.3, 5.8, 6.1, 5.1, 5.3, 5.5, 5.0, 5.1, 5.3, 5.5, 6.7, 6.9, 5.0, 5.7, 4.9, 6.7, 4.9, 5.7, 6.0, 4.8, 4.9, 5.6, 5.8, 6.1, 6.4, 5.6, 5.1, 5.6, 6.1, 5.6, 5.5, 4.8, 5.4, 5.6, 5.1, 5.1, 5.9, 5.7, 5.2, 5.0, 5.2, 5.4, 5.1]}, {"axis": {"matches": true}, "label": "petal width", "values": [2.5, 1.9, 2.1, 1.8, 2.2, 2.1, 1.7, 1.8, 1.8, 2.5, 2.0, 1.9, 2.1, 2.0, 2.4, 2.3, 1.8, 2.2, 2.3, 1.5, 2.3, 2.0, 2.0, 1.8, 2.1, 1.8, 1.8, 1.8, 2.1, 1.6, 1.9, 2.0, 2.2, 1.5, 1.4, 2.3, 2.4, 1.8, 1.8, 2.1, 2.4, 2.3, 1.9, 2.3, 2.5, 2.3, 1.9, 2.0, 2.3, 1.8]}, {"axis": {"matches": true}, "label": "class", "values": ["Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica", "Iris-virginica"]}], "hovertemplate": "class=Iris-virginica<br>%{xaxis.title.text}=%{x}<br>%{yaxis.title.text}=%{y}<extra></extra>", "legendgroup": "Iris-virginica", "marker": {"color": "#00cc96", "symbol": "circle"}, "name": "Iris-virginica", "showlegend": true, "type": "splom"}],
562
- {"dragmode": "select", "legend": {"title": {"text": "class"}, "tracegroupgap": 0}, "margin": {"t": 60}, "template": {"data": {"bar": [{"error_x": {"color": "#2a3f5f"}, "error_y": {"color": "#2a3f5f"}, "marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "bar"}], "barpolar": [{"marker": {"line": {"color": "#E5ECF6", "width": 0.5}}, "type": "barpolar"}], "carpet": [{"aaxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "baxis": {"endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f"}, "type": "carpet"}], "choropleth": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "choropleth"}], "contour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "contour"}], "contourcarpet": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "contourcarpet"}], "heatmap": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmap"}], "heatmapgl": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "heatmapgl"}], "histogram": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "histogram"}], "histogram2d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2d"}], "histogram2dcontour": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "histogram2dcontour"}], "mesh3d": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "type": "mesh3d"}], "parcoords": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "parcoords"}], "pie": [{"automargin": true, "type": "pie"}], "scatter": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter"}], "scatter3d": [{"line": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatter3d"}], "scattercarpet": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattercarpet"}], "scattergeo": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergeo"}], "scattergl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattergl"}], "scattermapbox": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scattermapbox"}], "scatterpolar": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolar"}], "scatterpolargl": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterpolargl"}], "scatterternary": [{"marker": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "type": "scatterternary"}], "surface": [{"colorbar": {"outlinewidth": 0, "ticks": ""}, "colorscale": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "type": "surface"}], "table": [{"cells": {"fill": {"color": "#EBF0F8"}, "line": {"color": "white"}}, "header": {"fill": {"color": "#C8D4E3"}, "line": {"color": "white"}}, "type": "table"}]}, "layout": {"annotationdefaults": {"arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1}, "coloraxis": {"colorbar": {"outlinewidth": 0, "ticks": ""}}, "colorscale": {"diverging": [[0, "#8e0152"], [0.1, "#c51b7d"], [0.2, "#de77ae"], [0.3, "#f1b6da"], [0.4, "#fde0ef"], [0.5, "#f7f7f7"], [0.6, "#e6f5d0"], [0.7, "#b8e186"], [0.8, "#7fbc41"], [0.9, "#4d9221"], [1, "#276419"]], "sequential": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]], "sequentialminus": [[0.0, "#0d0887"], [0.1111111111111111, "#46039f"], [0.2222222222222222, "#7201a8"], [0.3333333333333333, "#9c179e"], [0.4444444444444444, "#bd3786"], [0.5555555555555556, "#d8576b"], [0.6666666666666666, "#ed7953"], [0.7777777777777778, "#fb9f3a"], [0.8888888888888888, "#fdca26"], [1.0, "#f0f921"]]}, "colorway": ["#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52"], "font": {"color": "#2a3f5f"}, "geo": {"bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white"}, "hoverlabel": {"align": "left"}, "hovermode": "closest", "mapbox": {"style": "light"}, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": {"angularaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "radialaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "scene": {"xaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "yaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}, "zaxis": {"backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white"}}, "shapedefaults": {"line": {"color": "#2a3f5f"}}, "ternary": {"aaxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "baxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}, "bgcolor": "#E5ECF6", "caxis": {"gridcolor": "white", "linecolor": "white", "ticks": ""}}, "title": {"x": 0.05}, "xaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}, "yaxis": {"automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": {"standoff": 15}, "zerolinecolor": "white", "zerolinewidth": 2}}}},
563
- {"responsive": true}
564
- ).then(function(){
565
-
566
- var gd = document.getElementById('10956865-9e79-428c-a952-0c781c3214db');
567
- var x = new MutationObserver(function (mutations, observer) {{
568
- var display = window.getComputedStyle(gd).display;
569
- if (!display || display === 'none') {{
570
- console.log([gd, 'removed!']);
571
- Plotly.purge(gd);
572
- observer.disconnect();
573
- }}
574
- }});
575
-
576
- // Listen for the removal of the full notebook cells
577
- var notebookContainer = gd.closest('#notebook-container');
578
- if (notebookContainer) {{
579
- x.observe(notebookContainer, {childList: true});
580
- }}
581
-
582
- // Listen for the clearing of the current output cell
583
- var outputEl = gd.closest('.output');
584
- if (outputEl) {{
585
- x.observe(outputEl, {childList: true});
586
- }}
587
-
588
- })
589
- };
590
- });
591
- </script>
592
- </div>
593
- </div>
594
- </div>
595
- </div>
596
- </div>
597
- </div>
598
- <div class="
599
- cell border-box-sizing code_cell rendered">
600
- <div class="input">
601
- <div class="inner_cell">
602
- <div class="input_area">
603
- <div class=" highlight hl-ipython3">
604
- <pre><span></span><span class="n">gapminder</span> <span class="o">=</span> <span class="n">px</span><span class="o">.</span><span class="n">data</span><span class="o">.</span><span class="n">gapminder</span><span class="p">()</span>
605
- <span class="n">gapminder</span><span class="p">[</span><span class="mi">0</span><span class="p">:</span><span class="mi">10</span><span class="p">]</span>
606
- </pre>
607
- </div>
608
- </div>
609
- </div>
610
- </div>
611
- <div class="output_wrapper">
612
- <div class="output">
613
- <div class="output_area">
614
- <div class="output_html rendered_html output_subarea output_execute_result">
615
- <div>
616
- <style scoped>
617
- .dataframe tbody tr th:only-of-type {
618
- vertical-align: middle;
619
- }
620
-
621
- .dataframe tbody tr th {
622
- vertical-align: top;
623
- }
624
-
625
- .dataframe thead th {
626
- text-align: right;
627
- }
628
- </style>
629
- <table border="1" class="dataframe">
630
- <thead>
631
- <tr style="text-align: right;">
632
- <th></th>
633
- <th>country</th>
634
- <th>continent</th>
635
- <th>year</th>
636
- <th>lifeExp</th>
637
- <th>pop</th>
638
- <th>gdpPercap</th>
639
- <th>iso_alpha</th>
640
- <th>iso_num</th>
641
- </tr>
642
- </thead>
643
- <tbody>
644
- <tr>
645
- <th>0</th>
646
- <td>Afghanistan</td>
647
- <td>Asia</td>
648
- <td>1952</td>
649
- <td>28.801</td>
650
- <td>8425333</td>
651
- <td>779.445314</td>
652
- <td>AFG</td>
653
- <td>4</td>
654
- </tr>
655
- <tr>
656
- <th>1</th>
657
- <td>Afghanistan</td>
658
- <td>Asia</td>
659
- <td>1957</td>
660
- <td>30.332</td>
661
- <td>9240934</td>
662
- <td>820.853030</td>
663
- <td>AFG</td>
664
- <td>4</td>
665
- </tr>
666
- <tr>
667
- <th>2</th>
668
- <td>Afghanistan</td>
669
- <td>Asia</td>
670
- <td>1962</td>
671
- <td>31.997</td>
672
- <td>10267083</td>
673
- <td>853.100710</td>
674
- <td>AFG</td>
675
- <td>4</td>
676
- </tr>
677
- <tr>
678
- <th>3</th>
679
- <td>Afghanistan</td>
680
- <td>Asia</td>
681
- <td>1967</td>
682
- <td>34.020</td>
683
- <td>11537966</td>
684
- <td>836.197138</td>
685
- <td>AFG</td>
686
- <td>4</td>
687
- </tr>
688
- <tr>
689
- <th>4</th>
690
- <td>Afghanistan</td>
691
- <td>Asia</td>
692
- <td>1972</td>
693
- <td>36.088</td>
694
- <td>13079460</td>
695
- <td>739.981106</td>
696
- <td>AFG</td>
697
- <td>4</td>
698
- </tr>
699
- <tr>
700
- <th>5</th>
701
- <td>Afghanistan</td>
702
- <td>Asia</td>
703
- <td>1977</td>
704
- <td>38.438</td>
705
- <td>14880372</td>
706
- <td>786.113360</td>
707
- <td>AFG</td>
708
- <td>4</td>
709
- </tr>
710
- <tr>
711
- <th>6</th>
712
- <td>Afghanistan</td>
713
- <td>Asia</td>
714
- <td>1982</td>
715
- <td>39.854</td>
716
- <td>12881816</td>
717
- <td>978.011439</td>
718
- <td>AFG</td>
719
- <td>4</td>
720
- </tr>
721
- <tr>
722
- <th>7</th>
723
- <td>Afghanistan</td>
724
- <td>Asia</td>
725
- <td>1987</td>
726
- <td>40.822</td>
727
- <td>13867957</td>
728
- <td>852.395945</td>
729
- <td>AFG</td>
730
- <td>4</td>
731
- </tr>
732
- <tr>
733
- <th>8</th>
734
- <td>Afghanistan</td>
735
- <td>Asia</td>
736
- <td>1992</td>
737
- <td>41.674</td>
738
- <td>16317921</td>
739
- <td>649.341395</td>
740
- <td>AFG</td>
741
- <td>4</td>
742
- </tr>
743
- <tr>
744
- <th>9</th>
745
- <td>Afghanistan</td>
746
- <td>Asia</td>
747
- <td>1997</td>
748
- <td>41.763</td>
749
- <td>22227415</td>
750
- <td>635.341351</td>
751
- <td>AFG</td>
752
- <td>4</td>
753
- </tr>
754
- </tbody>
755
- </table>
756
- </div>
757
- </div>
758
- </div>
759
- </div>
760
- </div>
761
- </div>
762
- <div class="
763
- cell border-box-sizing code_cell rendered">
764
- <div class="input">
765
- <div class="inner_cell">
766
- <div class="input_area">
767
- <div class=" highlight hl-ipython3">
768
- <pre><span></span><span class="n">gapminder</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="s1">&#39;country==&quot;Germany&quot;&#39;</span><span class="p">)</span>
769
- </pre>
770
- </div>
771
- </div>
772
- </div>
773
- </div>
774
- <div class="output_wrapper">
775
- <div class="output">
776
- <div class="output_area">
777
- <div class="output_html rendered_html output_subarea output_execute_result">
778
- <div>
779
- <style scoped>
780
- .dataframe tbody tr th:only-of-type {
781
- vertical-align: middle;
782
- }
783
-
784
- .dataframe tbody tr th {
785
- vertical-align: top;
786
- }
787
-
788
- .dataframe thead th {
789
- text-align: right;
790
- }
791
- </style>
792
- <table border="1" class="dataframe">
793
- <thead>
794
- <tr style="text-align: right;">
795
- <th></th>
796
- <th>country</th>
797
- <th>continent</th>
798
- <th>year</th>
799
- <th>lifeExp</th>
800
- <th>pop</th>
801
- <th>gdpPercap</th>
802
- <th>iso_alpha</th>
803
- <th>iso_num</th>
804
- </tr>
805
- </thead>
806
- <tbody>
807
- <tr>
808
- <th>564</th>
809
- <td>Germany</td>
810
- <td>Europe</td>
811
- <td>1952</td>
812
- <td>67.500</td>
813
- <td>69145952</td>
814
- <td>7144.114393</td>
815
- <td>DEU</td>
816
- <td>276</td>
817
- </tr>
818
- <tr>
819
- <th>565</th>
820
- <td>Germany</td>
821
- <td>Europe</td>
822
- <td>1957</td>
823
- <td>69.100</td>
824
- <td>71019069</td>
825
- <td>10187.826650</td>
826
- <td>DEU</td>
827
- <td>276</td>
828
- </tr>
829
- <tr>
830
- <th>566</th>
831
- <td>Germany</td>
832
- <td>Europe</td>
833
- <td>1962</td>
834
- <td>70.300</td>
835
- <td>73739117</td>
836
- <td>12902.462910</td>
837
- <td>DEU</td>
838
- <td>276</td>
839
- </tr>
840
- <tr>
841
- <th>567</th>
842
- <td>Germany</td>
843
- <td>Europe</td>
844
- <td>1967</td>
845
- <td>70.800</td>
846
- <td>76368453</td>
847
- <td>14745.625610</td>
848
- <td>DEU</td>
849
- <td>276</td>
850
- </tr>
851
- <tr>
852
- <th>568</th>
853
- <td>Germany</td>
854
- <td>Europe</td>
855
- <td>1972</td>
856
- <td>71.000</td>
857
- <td>78717088</td>
858
- <td>18016.180270</td>
859
- <td>DEU</td>
860
- <td>276</td>
861
- </tr>
862
- <tr>
863
- <th>569</th>
864
- <td>Germany</td>
865
- <td>Europe</td>
866
- <td>1977</td>
867
- <td>72.500</td>
868
- <td>78160773</td>
869
- <td>20512.921230</td>
870
- <td>DEU</td>
871
- <td>276</td>
872
- </tr>
873
- <tr>
874
- <th>570</th>
875
- <td>Germany</td>
876
- <td>Europe</td>
877
- <td>1982</td>
878
- <td>73.800</td>
879
- <td>78335266</td>
880
- <td>22031.532740</td>
881
- <td>DEU</td>
882
- <td>276</td>
883
- </tr>
884
- <tr>
885
- <th>571</th>
886
- <td>Germany</td>
887
- <td>Europe</td>
888
- <td>1987</td>
889
- <td>74.847</td>
890
- <td>77718298</td>
891
- <td>24639.185660</td>
892
- <td>DEU</td>
893
- <td>276</td>
894
- </tr>
895
- <tr>
896
- <th>572</th>
897
- <td>Germany</td>
898
- <td>Europe</td>
899
- <td>1992</td>
900
- <td>76.070</td>
901
- <td>80597764</td>
902
- <td>26505.303170</td>
903
- <td>DEU</td>
904
- <td>276</td>
905
- </tr>
906
- <tr>
907
- <th>573</th>
908
- <td>Germany</td>
909
- <td>Europe</td>
910
- <td>1997</td>
911
- <td>77.340</td>
912
- <td>82011073</td>
913
- <td>27788.884160</td>
914
- <td>DEU</td>
915
- <td>276</td>
916
- </tr>
917
- <tr>
918
- <th>574</th>
919
- <td>Germany</td>
920
- <td>Europe</td>
921
- <td>2002</td>
922
- <td>78.670</td>
923
- <td>82350671</td>
924
- <td>30035.801980</td>
925
- <td>DEU</td>
926
- <td>276</td>
927
- </tr>
928
- <tr>
929
- <th>575</th>
930
- <td>Germany</td>
931
- <td>Europe</td>
932
- <td>2007</td>
933
- <td>79.406</td>
934
- <td>82400996</td>
935
- <td>32170.374420</td>
936
- <td>DEU</td>
937
- <td>276</td>
938
- </tr>
939
- </tbody>
940
- </table>
941
- </div>
942
- </div>
943
- </div>
944
- </div>
945
- </div>
946
- </div>
947
- <!-- Loads nbinteract package -->
948
- <script src="https://unpkg.com/nbinteract-core" async></script>
949
- <script>
950
- (function setupNbinteract() {
951
- // If NbInteract hasn't loaded, wait one second and try again
952
- if (window.NbInteract === undefined) {
953
- setTimeout(setupNbinteract, 1000)
954
- return
955
- }
956
-
957
- var interact = new window.NbInteract({
958
- spec: 'jekyll-one/jupyter_notebooks/master',
959
- baseUrl: 'https://mybinder.org',
960
- provider: 'gh',
961
- })
962
- interact.prepare()
963
-
964
- window.interact = interact
965
- })()
966
- </script>
967
- </body>
968
- </html>