From 5983590e5e7c3cfdeeacd52e46f649ecdbc263b1 Mon Sep 17 00:00:00 2001 From: Kartik192192 <69581151+Kartik192192@users.noreply.github.com> Date: Fri, 1 Oct 2021 18:55:27 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c57b75b..6ad2b11 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# python-highcharts [![CircleCI](https://circleci.com/gh/kyper-data/python-highcharts.svg?style=svg)](https://circleci.com/gh/kyper-data/python-highcharts) +# Python-highcharts [![CircleCI](https://circleci.com/gh/kyper-data/python-highcharts.svg?style=svg)](https://circleci.com/gh/kyper-data/python-highcharts) ## License -The python-highcharts wrapper is licensed under the [MIT license](http://opensource.org/licenses/MIT). +The Python-highcharts wrapper is licensed under the [MIT license](http://opensource.org/licenses/MIT). However, please be aware that the Highcharts project itself, as well as Highmaps and Highstock, are only free for non-commercial use under the Creative Commons Attribution-NonCommercial license. Commercial use requires the purchase of a separate license. Pop over to [Highcharts](http://shop.highsoft.com/) for more information. ## Overview -python-highcharts is a simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks). +Python-highcharts is a simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks). In addition, python-highcharts integrates with [Jupyter notebook](https://github.com/jupyter/notebook), which enables you to render Highcharts, Highmaps, and Highstock visualizations directly in notebooks. See examples [here](https://github.com/kyper-data/python-highcharts/tree/developer/examples/ipynb).