Skip to content

Commit a23b7ad

Browse files
authored
Merge pull request #6 from highcharts-for-python/develop
Added warning about MyBinder stability, updated Changelog.
2 parents 768e29c + cc1438d commit a23b7ad

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

HISTORY.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release 1.1.0
2+
=========================================
3+
4+
* Added an additional demo.
5+
* Updated ``requirements.txt`` to require later versions of the Highcharts for Python toolkit.
6+
* Added a (hopefully temporary!) warning to the README about the MyBinder service's stability
7+
issues.
8+
9+
--------------
10+
111
Release 1.0.0-rc2
212
=========================================
313

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Highcharts for Python Demos
22
This is a collection of demonstrations of the Highcharts for Python toolkit. Fundamentally, they are a Python port of the fantastic demos that Highsoft has already published for their [Highcharts JavaScript library](https://www.highcharts.com/demo).
33

4+
> **WARNING:** The [MyBinder](https://mybinder.org) service which we use to provide a convenient demo environment is having some major capacity and infrastructure issues as of April 27th, 2023, mentioned [here](https://discourse.jupyter.org/t/mybinder-org-reducing-capacity-unstable/19163) and described in greater detail [here](https://blog.jupyter.org/mybinder-org-reducing-capacity-c93ccfc6413f). These issues may cause unstable behavior if trying to launch MyBinder with the demo repo. Hopefully, they will address their infrastructure issues soon. In the meantime, if you are having difficulty launching a binder, you can always use checkout the demo repo and run the demos locally in your environment as described below.
5+
46
## Overview
57

68
The demos showcase a variety of ways of working with Highcharts for Python to create and visualize data. Because Highcharts for Python provides multiple paths to create your visualizations, we have tried to showcase various methods. Some demos use:
@@ -38,6 +40,8 @@ Within each of these folders, you will find sub-folders grouping demos into a pa
3840

3941
### Using the Demos via MyBinder.org
4042

43+
> **SEE WARNING ABOVE related to the current MyBinder infrastructure/capacity/stability issues.**
44+
4145
The easy way to use or review the demos is to launch a MyBinder session using the following buttton: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/highcharts-for-python/highcharts-for-python-demos/HEAD)
4246

4347
Once the MyBinder launches, you will find yourself in a Jupyter Lab environment within a Docker image. You'll have this full repository available to you, and you can navigate the folders to find the demo you want to run.

src/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0-rc2'
1+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)