File tree Expand file tree Collapse file tree 11 files changed +34
-13
lines changed
Expand file tree Collapse file tree 11 files changed +34
-13
lines changed Original file line number Diff line number Diff line change 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
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
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 )
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 )
Original file line number Diff line number Diff 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 : 40 px ; font-size : 1.5em ;" >
83+ <button id =" activateButton" style =" width : 120px ; height : 45 px ; font-size : 1.5em ;" >
8484 Activate
8585 </button >
8686 <script >
Original file line number Diff line number Diff 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 : 40 px ; font-size : 1.5em ;" >
72+ <button id =" activateButton" style =" width : 120px ; height : 45 px ; font-size : 1.5em ;" >
7373 Activate
7474 </button >
7575 <script >
Original file line number Diff line number Diff 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 : 40 px ; font-size : 1.5em ;" >
81+ <button id =" activateButton" style =" width : 120px ; height : 45 px ; font-size : 1.5em ;" >
8282 Activate
8383 </button >
8484 <script >
Original file line number Diff line number Diff 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 : 40 px ; font-size : 1.5em ;" >
73+ <button id =" activateButton" style =" width : 120px ; height : 45 px ; font-size : 1.5em ;" >
7474 Activate
7575 </button >
7676 <script >
Original file line number Diff line number Diff 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 : 40 px ; font-size : 1.5em ;" >
76+ <button id =" activateButton" style =" width : 120px ; height : 45 px ; font-size : 1.5em ;" >
7777 Activate
7878 </button >
7979 <script >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ code below:
7878
7979.. code :: html
8080
81- <button id =" activateButton" style =" width : 150px ; height : 75 px ; font-size : 1.5em ;" >Activate</button >
81+ <button id =" activateButton" style =" width : 150px ; height : 45 px ; font-size : 1.5em ;" >Activate</button >
8282 <script >
8383 var bootstrapThebe = function () {
8484 thebelab .bootstrap ();
Original file line number Diff line number Diff 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 : 40 px ; font-size : 1.5em ;" >
78+ <button id =" activateButton" style =" width : 120px ; height : 45 px ; font-size : 1.5em ;" >
7979 Activate
8080 </button >
8181 <script >
Original file line number Diff line number Diff 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 : 40 px ; font-size : 1.5em ;" >
80+ <button id =" activateButton" style =" width : 120px ; height : 45 px ; font-size : 1.5em ;" >
8181 Activate
8282 </button >
8383 <script >
Original file line number Diff line number Diff 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 >`_
You can’t perform that action at this time.
0 commit comments