Skip to content

Commit 83911e0

Browse files
authored
rc/0.8.1 (#507)
* styling tweaks to docs * added changes for 0.8.1 * removed broken/dupe link
1 parent 65800aa commit 83911e0

11 files changed

+34
-13
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Changelog
1+
# Changelog
2+
3+
## 0.8.1 - 2021-08-25
4+
5+
### Fixed
6+
7+
- Fixed import of jupyterlab css which was clobbering on page css in downstream usage.
8+
[#464](https://github.com/executablebooks/thebe/issues/464)
9+
10+
### Added
11+
12+
- Added a built in status indicator and activate button that can be enabled via configuration options.
13+
[#470](https://github.com/executablebooks/thebe/issues/470)
14+
15+
### Improved
16+
17+
- Latest version of Thebe is built and used in the documentation and in local development builds.
18+
[#285](https://github.com/executablebooks/thebe/issues/285)
19+
- Improved and updated examples in the documentation
220

321
## 0.8.0 - 2021-08-16
422

@@ -35,6 +53,7 @@
3553
## 0.6.0 - 2020-12-23
3654

3755
### Added
56+
3857
- New versions of thebe (>=0.5.1) should be loaded from
3958
https://unpkg.com/thebe@latest/lib/index.js instead of
4059
https://unpkg.com/thebelab@latest/lib/index.js
@@ -49,6 +68,7 @@
4968
- Add CSS with Jupyter ANSI colors [#176](https://github.com/executablebooks/thebe/pull/176)
5069

5170
### Improved
71+
5272
- Adds more user options for persisting saved Binder sessions [#280](https://github.com/executablebooks/thebe/pull/280)
5373
- Updated the development HTML page for more test code cells and configs [#267](https://github.com/executablebooks/thebe/pull/267)
5474
- Fail linter on diffs [#258](https://github.com/executablebooks/thebe/pull/258)
@@ -57,10 +77,12 @@
5777
- Update Thebe to use the latest JupyterLab 3.0 APIs [#268](https://github.com/executablebooks/thebe/pull/268)
5878

5979
### Fixed
80+
6081
- Fix Python mode in CodeMirror configuration [#172](https://github.com/executablebooks/thebe/pull/172)
6182
- Use merged options in CodeMirror configuration [#171](https://github.com/executablebooks/thebe/pull/171)
6283

6384
### Documented
85+
6486
- Moved example pages into their own subdirectory [#281](https://github.com/executablebooks/thebe/pull/281)
6587
- Added example pages for using Thebe with other Jupyter widgets
6688
- Bqplot [#295](https://github.com/executablebooks/thebe/pull/295), [#301](https://github.com/executablebooks/thebe/pull/301)

docs/examples/bqplot_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Press the "Activate" button below to connect to a Jupyter server:
8080

8181
.. raw:: html
8282

83-
<button id="activateButton" style="width: 120px; height: 40px; font-size: 1.5em;">
83+
<button id="activateButton" style="width: 120px; height: 45px; font-size: 1.5em;">
8484
Activate
8585
</button>
8686
<script>

docs/examples/ipycytoscape_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Press the "Activate" button below to connect to a Jupyter server:
6969

7070
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
7171

72-
<button id="activateButton" style="width: 120px; height: 40px; font-size: 1.5em;">
72+
<button id="activateButton" style="width: 120px; height: 45px; font-size: 1.5em;">
7373
Activate
7474
</button>
7575
<script>

docs/examples/ipyleaflet_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Press the "Activate" button below to connect to a Jupyter server:
7878

7979
.. raw:: html
8080

81-
<button id="activateButton" style="width: 120px; height: 40px; font-size: 1.5em;">
81+
<button id="activateButton" style="width: 120px; height: 45px; font-size: 1.5em;">
8282
Activate
8383
</button>
8484
<script>

docs/examples/ipympl_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Press the "Activate" button below to connect to a Jupyter server:
7070
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" />
7171
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
7272

73-
<button id="activateButton" style="width: 120px; height: 40px; font-size: 1.5em;">
73+
<button id="activateButton" style="width: 120px; height: 45px; font-size: 1.5em;">
7474
Activate
7575
</button>
7676
<script>

docs/examples/matplotlib_interact_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Press the "Activate" button below to connect to a Jupyter server:
7373

7474
.. raw:: html
7575

76-
<button id="activateButton" style="width: 120px; height: 40px; font-size: 1.5em;">
76+
<button id="activateButton" style="width: 120px; height: 45px; font-size: 1.5em;">
7777
Activate
7878
</button>
7979
<script>

docs/examples/minimal_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ code below:
7878

7979
.. code:: html
8080

81-
<button id="activateButton" style="width: 150px; height: 75px; font-size: 1.5em;">Activate</button>
81+
<button id="activateButton" style="width: 150px; height: 45px; font-size: 1.5em;">Activate</button>
8282
<script>
8383
var bootstrapThebe = function() {
8484
thebelab.bootstrap();

docs/examples/plotly-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Press the "Activate" button below to connect to a Jupyter server:
7575

7676
.. raw:: html
7777

78-
<button id="activateButton" style="width: 120px; height: 40px; font-size: 1.5em;">
78+
<button id="activateButton" style="width: 120px; height: 45px; font-size: 1.5em;">
7979
Activate
8080
</button>
8181
<script>

docs/examples/pythreejs-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Press the "Activate" button below to connect to a Jupyter server:
7777

7878
.. raw:: html
7979

80-
<button id="activateButton" style="width: 120px; height: 40px; font-size: 1.5em;">
80+
<button id="activateButton" style="width: 120px; height: 45px; font-size: 1.5em;">
8181
Activate
8282
</button>
8383
<script>

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ HTML based examples
9696
-------------------
9797

9898
* `Built in status field and styling <_static/html_examples/demo-status-widget.html>`_
99-
* `Build in activate button <_static/html_examples/demo-activate-button.html>`_
99+
* `Built in activate button <_static/html_examples/demo-activate-button.html>`_
100100
* `Step-by-step demo <_static/html_examples/demo.html>`_
101101
* `Making use of Jupyter interactive widgets <_static/html_examples/widgets.html>`_
102-
* `Activate/Status button <_static/html_examples/activate_button.html>`_
103102
* `Alternative computational environments; code cells with prompts and outputs <_static/html_examples/prompts.html>`_
104103
* `Using a local Jupyter server as kernel provider <_static/html_examples/local.html>`_
105104
* `Setting predefined output for cells <_static/html_examples/demo-preview.html>`_

0 commit comments

Comments
 (0)