{"id":23585,"date":"2023-04-12T10:44:57","date_gmt":"2023-04-12T10:44:57","guid":{"rendered":"https:\/\/www.highcharts.com\/blog\/?p=23585"},"modified":"2026-01-13T11:31:17","modified_gmt":"2026-01-13T11:31:17","slug":"highcharts-python-integration-release","status":"publish","type":"post","link":"https:\/\/www.highcharts.com\/blog\/integration\/highcharts-python-integration-release\/","title":{"rendered":"Highcharts Python integration release"},"content":{"rendered":"<p>We are excited to announce the release of the Highcharts for Python toolkit. This collection of Python libraries provides Python bindings for the Highcharts suite of visualization libraries, including Highcharts JS, Highcharts Stock, Highcharts Maps, Highcharts Gantt, and Highcharts Export Server. All options, such as all series types, properties, and JS callback functions, are included.<\/p>\n<table class=\"table\">\n<tr>\n<th>Python Library<\/th>\n<th>JavaScript Library<\/th>\n<th>Description<\/th>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/core-docs.highchartspython.com\/en\/latest\/\" target=\"_blank\" rel=\"noopener\">Highcharts Core for Python<br \/>\n<\/a>\n<\/td>\n<td><a href=\"https:\/\/www.highcharts.com\/products\/highcharts\/\" target=\"_blank\" rel=\"noopener\">Highcharts Core (JS)<br \/>\n<\/a>\n<\/td>\n<td>The core Highcharts data visualization library\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/stock-docs.highchartspython.com\/\" target=\"_blank\" rel=\"noopener\">Highcharts Stock for Python<br \/>\n<\/a>\n<\/td>\n<td><a href=\"https:\/\/www.highcharts.com\/products\/stock\/\" target=\"_blank\" rel=\"noopener\">Highcharts Stock (JS)<br \/>\n<\/a>\n<\/td>\n<td>The time series visualization extension to Highcharts Core\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/maps-docs.highchartspython.com\/\" target=\"_blank\" rel=\"noopener\">Highcharts Maps for Python<br \/>\n<\/a>\n<\/td>\n<td><a href=\"https:\/\/www.highcharts.com\/products\/maps\/\" target=\"_blank\" rel=\"noopener\">Highcharts Maps (JS)<br \/>\n<\/a>\n<\/td>\n<td>The map visualization extension to Highcharts Core\n<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/gantt-docs.highchartspython.com\/\" target=\"_blank\" rel=\"noopener\">Highcharts Gantt for Python<br \/>\n<\/a>\n<\/td>\n<td><a href=\"https:\/\/www.highcharts.com\/products\/gantt\/\" target=\"_blank\" rel=\"noopener\">Highcharts Gantt (JS)<br \/>\n<\/a>\n<\/td>\n<td>The Gantt charting extension to Highcharts Core\n<\/td>\n<\/tr>\n<\/table>\n<p>Using the Highcharts for Python toolkit, your Python code gains the full power of the Highcharts visualization suite with support for over 100 different visualizations, rich and simple-to-configure animations, and native integration with key components of the Python data science ecosystem including Pandas, Jupyter, PySpark, and more:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/highcharts-for-python\" target=\"_blank\" rel=\"noopener\">Github Repo<\/a><\/li>\n<li><a href=\"https:\/\/highchartspython.com\/get-help\/\" target=\"_blank\" rel=\"noopener\">Support Page<\/a><\/li>\n<\/ul>\n<h2>Tools in the Highcharts for Python Toolkit<\/h2>\n<h3>Highcharts Core for Python<\/h3>\n<p>This is the core library within the Highcharts for Python toolkit. It provides full support for the Highcharts JS JavaScript library, and serves as the foundation for the entire Highcharts for Python toolkit.<br \/>\nInstall it using: <code>pip install highcharts-core<\/code><\/p>\n<ul>\n<li><a href=\"https:\/\/core-docs.highchartspython.com\" target=\"_blank\" rel=\"noopener\">Documentation<\/a><\/i>\n<li><a href=\"https:\/\/pypi.org\/project\/highcharts-core\/\" target=\"_blank\" rel=\"noopener\">PyPi<\/a><\/i>\n<li><a href=\"https:\/\/github.com\/highcharts-for-python\/highcharts-core\" target=\"_blank\" rel=\"noopener\">Github Repo<\/a><\/i>\n<\/ul>\n<h3>Highcharts Stock for Python<\/h3>\n<p>The Highcharts Stock for Python library extends the Highcharts for Python library with full support for the Highcharts Stock JavaScript library. It includes the Highcharts for Python library, but extends its functionality with over 40 technical indicators, in-chart navigation and timelines, and rich tools for the in-chart analysis and annotation of data.<br \/>\nInstall it using: <code>pip install highcharts-stock<\/code><\/p>\n<ul>\n<li><a href=\"https:\/\/stock-docs.highchartspython.com\" target=\"_blank\" rel=\"noopener\">Documentation<\/a><\/li>\n<li><a href=\"https:\/\/pypi.org\/project\/highcharts-stock\/\" target=\"_blank\" rel=\"noopener\">PyPi<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/highcharts-for-python\/highcharts-stock\" target=\"_blank\" rel=\"noopener\">Github Repo<\/a><\/li>\n<\/ul>\n<h3>Highcharts Maps for Python<\/h3>\n<p>The Highcharts Maps for Python library extends the Highcharts for Python library with full support for the Highcharts Maps JavaScript library. It includes the Highcharts for Python library, but extends its functionality with full TopoJSON and GeoJSON support, rich map projection and visualization capabilities, and native integration with GeoPandas for GIS data analysis.<br \/>\nInstall it using: <code>pip install highcharts-maps<\/code><\/p>\n<ul>\n<li><a href=\"https:\/\/maps-docs.highchartspython.com\" target=\"_blank\" rel=\"noopener\">Documentation<\/a><\/li>\n<li><a href=\"https:\/\/pypi.org\/project\/highcharts-maps\/\" target=\"_blank\" rel=\"noopener\">PyPi<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/highcharts-for-python\/highcharts-maps\" target=\"_blank\" rel=\"noopener\">Github Repo<\/a><\/li>\n<\/ul>\n<h3>Highcharts Gantt for Python<\/h3>\n<p>The Highcharts Gantt for Python library extends the Highcharts for Python library with full support for the Highcharts Gantt JavaScript library. It includes the Highcharts Stock for Python library, and extends its functionality with native integration with both Asana and Monday.com.<br \/>\nInstall it using: <code>pip install highcharts-gantt<\/code><\/p>\n<ul>\n<li><a href=\"https:\/\/gantt-docs.highchartspython.com\" target=\"_blank\" rel=\"noopener\">Documentation<\/a><\/li>\n<li><a href=\"https:\/\/pypi.org\/project\/highcharts-gantt\/\" target=\"_blank\" rel=\"noopener\">PyPi<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/highcharts-for-python\/highcharts-gantt\" target=\"_blank\" rel=\"noopener\">Github Repo<\/a><\/li>\n<\/ul>\n<h2>Try It Free<\/h2>\n<p>As with all Highcharts products, you are welcome to install and experiment with the Highcharts for Python toolkit before you purchase your license. If you wish to use it in your work, or to integrate it into your applications, you will need to license it. But if you just want to give it a try, you can do easily by installing the appropriate Python library directly from PyPi using pip:<\/p>\n<pre>\r\npip install highcharts-core\r\npip install highcharts-stock\r\npip install highcharts-maps\r\npip install highcharts-gantt<\/pre>\n<p>When you are ready to adopt the Highcharts for Python library in your data science or application stack, please visit our <a href=\"https:\/\/shop.highcharts.com\/\" target=\"_blank\" rel=\"noopener\">online shop<\/a>.<\/p>\n<p>\u00a0<\/p>\n<h2><strong>Related posts<\/strong><\/h2>\n<ul>\n<li style=\"margin-left: 20px; margin-bottom: 20px;\"><a href=\"https:\/\/www.highcharts.com\/blog\/inspirations\/highcharts-dashboards-with-react\/\">Highcharts Dashboards with React<\/a><\/li>\n<li style=\"margin-left: 20px; margin-bottom: 20px;\"><a href=\"https:\/\/www.highcharts.com\/blog\/dashboards\/dashboard-examples-using-highcharts-dashboards\/\">Dashboard examples using Highcharts\u00ae Dashboards<\/a><\/li>\n<li style=\"margin-left: 20px; margin-bottom: 20px;\"><a href=\"https:\/\/www.highcharts.com\/blog\/tutorials\/visualizing-geospatial-data-with-highcharts-maps\/\">Visualizing geospatial data with Highcharts Maps<\/a><\/li>\n<li style=\"margin-left: 20px; margin-bottom: 20px;\"><a href=\"https:\/\/www.highcharts.com\/blog\/tutorials\/maps-with-latitude-longitude-using-highcharts\/\">Maps with latitude longitude using Highcharts<\/a><\/li>\n<li style=\"margin-left: 20px; margin-bottom: 20px;\"><a href=\"https:\/\/www.highcharts.com\/blog\/inspirations\/javascript-maps-with-highcharts\/\">JavaScript maps with Highcharts<\/a><\/li>\n<li style=\"margin-left: 20px; margin-bottom: 20px;\"><a href=\"https:\/\/www.highcharts.com\/blog\/inspirations\/map-library-by-highcharts\/\">Map library by Highcharts<\/a><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use the official Python integration to create plots with Highcharts Core for Python, Highcharts Stock for Python, Highcharts Maps for Python, and Highcharts Gantt for Python.<\/p>\n","protected":false},"author":32,"featured_media":23619,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"meta_title":"","meta_description":"","hc_selected_options":[],"footnotes":""},"categories":[1105],"tags":[1094,885],"coauthors":[699],"class_list":["post-23585","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-integration","tag-highcharts-core","tag-python"],"_links":{"self":[{"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/posts\/23585","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/comments?post=23585"}],"version-history":[{"count":2,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/posts\/23585\/revisions"}],"predecessor-version":[{"id":26018,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/posts\/23585\/revisions\/26018"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/media\/23619"}],"wp:attachment":[{"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/media?parent=23585"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/categories?post=23585"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/tags?post=23585"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.highcharts.com\/blog\/wp-json\/wp\/v2\/coauthors?post=23585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}