Skip to content

Commit dafa3d4

Browse files
authored
Update executablebooks to jupyter-book github org
1 parent a04412e commit dafa3d4

File tree

16 files changed

+74
-74
lines changed

16 files changed

+74
-74
lines changed

CHANGELOG.md

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55
### Deprecations
66

77
- `thebe` has been added as an alias for `thebelab` and all css classes beginning with `thebelab-` duplicated as `thebe-`. The `thebelab` global object, exposed functions and user code reliant on css classes `thebelab-*`, will continue to work and any DOM elements created during operation will be decorated with `thebelab-` classes as expected, until removed in version 0.9.0.
8-
[#230](https://github.com/executablebooks/thebe/issues/230)
8+
[#230](https://github.com/jupyter-book/thebe/issues/230)
99

1010
## 0.8.2 - 2021-10-26
1111

1212
### Fixed
1313

1414
- Fixed broken distribution on `npm`/`unpkg.com` for last release.
15-
[#509](https://github.com/executablebooks/thebe/issues/509)
15+
[#509](https://github.com/jupyter-book/thebe/issues/509)
1616

1717
## 0.8.1 - 2021-10-25
1818

1919
### Fixed
2020

2121
- Fixed import of jupyterlab css which was clobbering on page css in downstream usage.
22-
[#464](https://github.com/executablebooks/thebe/issues/464)
22+
[#464](https://github.com/jupyter-book/thebe/issues/464)
2323

2424
### Added
2525

2626
- Added a built in status indicator and activate button that can be enabled via configuration options.
27-
[#470](https://github.com/executablebooks/thebe/issues/470)
27+
[#470](https://github.com/jupyter-book/thebe/issues/470)
2828

2929
### Improved
3030

3131
- Latest version of Thebe is built and used in the documentation and in local development builds.
32-
[#285](https://github.com/executablebooks/thebe/issues/285)
32+
[#285](https://github.com/jupyter-book/thebe/issues/285)
3333
- Improved and updated examples in the documentation
3434
- `yarn install` no longer builds the library automatically, `yarn build` or `yarn build:prod` should be called explicitly.
3535

@@ -38,32 +38,32 @@
3838
### Added
3939

4040
- Added a busy indicator to provide feedback about computation.
41-
[#424](https://github.com/executablebooks/thebe/pull/424)
41+
[#424](https://github.com/jupyter-book/thebe/pull/424)
4242
- Added convenience commands for testing with local kernels.
43-
[#425](https://github.com/executablebooks/thebe/pull/425)
43+
[#425](https://github.com/jupyter-book/thebe/pull/425)
4444

4545
### Documented
4646

4747
- Added a pythreejs example.
48-
[#262](https://github.com/executablebooks/thebe/pull/262)
48+
[#262](https://github.com/jupyter-book/thebe/pull/262)
4949
- Added an ipywidgets example.
50-
[#418](https://github.com/executablebooks/thebe/pull/418)
50+
[#418](https://github.com/jupyter-book/thebe/pull/418)
5151

5252
### Improved
5353

5454
- Switched to the jupyterlab manager to control output display, fixes issues
55-
with ipywidgets. [#418](https://github.com/executablebooks/thebe/pull/418)
55+
with ipywidgets. [#418](https://github.com/jupyter-book/thebe/pull/418)
5656
- Switched package managers from npm to yarn.
57-
[#428](https://github.com/executablebooks/thebe/pull/428)
57+
[#428](https://github.com/jupyter-book/thebe/pull/428)
5858

5959
## 0.7.1 - 2021-04-09
6060

6161
### Fixed
6262

6363
- Pressing "Restart and Run All" now starts a kernel if none has been started
64-
already. [#345](https://github.com/executablebooks/thebe/pull/345)
64+
already. [#345](https://github.com/jupyter-book/thebe/pull/345)
6565
- Fixed kernel communication connection in ThebeManager.
66-
[#330](https://github.com/executablebooks/thebe/pull/330)
66+
[#330](https://github.com/jupyter-book/thebe/pull/330)
6767

6868
## 0.6.0 - 2020-12-23
6969

@@ -72,50 +72,50 @@
7272
- New versions of thebe (>=0.5.1) should be loaded from
7373
https://unpkg.com/thebe@latest/lib/index.js instead of
7474
https://unpkg.com/thebelab@latest/lib/index.js
75-
- End to end integration tests using Jest [#282](https://github.com/executablebooks/thebe/pull/282), [#297](https://github.com/executablebooks/thebe/pull/297)
76-
- Read-only option for code blocks [#274](https://github.com/executablebooks/thebe/pull/274)
77-
- Persistence of Binder sessions across pages [#266](https://github.com/executablebooks/thebe/pull/266)
78-
- Restart and run all buttons [#270](https://github.com/executablebooks/thebe/pull/270)
79-
- Show an error message when the kernel is dead [#279](https://github.com/executablebooks/thebe/pull/279)
80-
- GitHub workflows to publish on NPM [#236](https://github.com/executablebooks/thebe/pull/236)
81-
- Load CodeMirror Themes [#194](https://github.com/executablebooks/thebe/pull/194)
82-
- Add development page for testing [#193](https://github.com/executablebooks/thebe/pull/193)
83-
- Add CSS with Jupyter ANSI colors [#176](https://github.com/executablebooks/thebe/pull/176)
75+
- End to end integration tests using Jest [#282](https://github.com/jupyter-book/thebe/pull/282), [#297](https://github.com/jupyter-book/thebe/pull/297)
76+
- Read-only option for code blocks [#274](https://github.com/jupyter-book/thebe/pull/274)
77+
- Persistence of Binder sessions across pages [#266](https://github.com/jupyter-book/thebe/pull/266)
78+
- Restart and run all buttons [#270](https://github.com/jupyter-book/thebe/pull/270)
79+
- Show an error message when the kernel is dead [#279](https://github.com/jupyter-book/thebe/pull/279)
80+
- GitHub workflows to publish on NPM [#236](https://github.com/jupyter-book/thebe/pull/236)
81+
- Load CodeMirror Themes [#194](https://github.com/jupyter-book/thebe/pull/194)
82+
- Add development page for testing [#193](https://github.com/jupyter-book/thebe/pull/193)
83+
- Add CSS with Jupyter ANSI colors [#176](https://github.com/jupyter-book/thebe/pull/176)
8484

8585
### Improved
8686

87-
- Adds more user options for persisting saved Binder sessions [#280](https://github.com/executablebooks/thebe/pull/280)
88-
- Updated the development HTML page for more test code cells and configs [#267](https://github.com/executablebooks/thebe/pull/267)
89-
- Fail linter on diffs [#258](https://github.com/executablebooks/thebe/pull/258)
90-
- Restores full jQuery to ensure compatiblity with jQuery UI [#189](https://github.com/executablebooks/thebe/pull/189)
91-
- Changes to test layout (when Thebe was still using Karma, as of writing, Thebe now uses Jest) [#257](https://github.com/executablebooks/thebe/pull/257)
92-
- Update Thebe to use the latest JupyterLab 3.0 APIs [#268](https://github.com/executablebooks/thebe/pull/268)
87+
- Adds more user options for persisting saved Binder sessions [#280](https://github.com/jupyter-book/thebe/pull/280)
88+
- Updated the development HTML page for more test code cells and configs [#267](https://github.com/jupyter-book/thebe/pull/267)
89+
- Fail linter on diffs [#258](https://github.com/jupyter-book/thebe/pull/258)
90+
- Restores full jQuery to ensure compatiblity with jQuery UI [#189](https://github.com/jupyter-book/thebe/pull/189)
91+
- Changes to test layout (when Thebe was still using Karma, as of writing, Thebe now uses Jest) [#257](https://github.com/jupyter-book/thebe/pull/257)
92+
- Update Thebe to use the latest JupyterLab 3.0 APIs [#268](https://github.com/jupyter-book/thebe/pull/268)
9393

9494
### Fixed
9595

96-
- Fix Python mode in CodeMirror configuration [#172](https://github.com/executablebooks/thebe/pull/172)
97-
- Use merged options in CodeMirror configuration [#171](https://github.com/executablebooks/thebe/pull/171)
96+
- Fix Python mode in CodeMirror configuration [#172](https://github.com/jupyter-book/thebe/pull/172)
97+
- Use merged options in CodeMirror configuration [#171](https://github.com/jupyter-book/thebe/pull/171)
9898

9999
### Documented
100100

101-
- Moved example pages into their own subdirectory [#281](https://github.com/executablebooks/thebe/pull/281)
101+
- Moved example pages into their own subdirectory [#281](https://github.com/jupyter-book/thebe/pull/281)
102102
- Added example pages for using Thebe with other Jupyter widgets
103-
- Bqplot [#295](https://github.com/executablebooks/thebe/pull/295), [#301](https://github.com/executablebooks/thebe/pull/301)
104-
- Ipycytoscape [#283](https://github.com/executablebooks/thebe/pull/283)
105-
- Plotly [#269](https://github.com/executablebooks/thebe/pull/269)
106-
- Ipyleaflet [#265](https://github.com/executablebooks/thebe/pull/265)
107-
- ipympl [#294](https://github.com/executablebooks/thebe/pull/294)
108-
- Documented read-only code-blocks [#287](https://github.com/executablebooks/thebe/pull/287), [#286](https://github.com/executablebooks/thebe/pull/286)
109-
- Updated repository links and other references due to migrating the repository to [executablebooks](https://github.com/executablebooks) [#275](https://github.com/executablebooks/thebe/pull/275), [#273](https://github.com/executablebooks/thebe/pull/273), [#232](https://github.com/executablebooks/thebe/pull/232)
103+
- Bqplot [#295](https://github.com/jupyter-book/thebe/pull/295), [#301](https://github.com/jupyter-book/thebe/pull/301)
104+
- Ipycytoscape [#283](https://github.com/jupyter-book/thebe/pull/283)
105+
- Plotly [#269](https://github.com/jupyter-book/thebe/pull/269)
106+
- Ipyleaflet [#265](https://github.com/jupyter-book/thebe/pull/265)
107+
- ipympl [#294](https://github.com/jupyter-book/thebe/pull/294)
108+
- Documented read-only code-blocks [#287](https://github.com/jupyter-book/thebe/pull/287), [#286](https://github.com/jupyter-book/thebe/pull/286)
109+
- Updated repository links and other references due to migrating the repository to [executablebooks](https://github.com/executablebooks) [#275](https://github.com/jupyter-book/thebe/pull/275), [#273](https://github.com/jupyter-book/thebe/pull/273), [#232](https://github.com/jupyter-book/thebe/pull/232)
110110
- Contribution information
111-
- Instructions on how to build the docs [#260](https://github.com/executablebooks/thebe/pull/260)
112-
- Commits, architecture, etc. [#248](https://github.com/executablebooks/thebe/pull/248)
113-
- Releases [#236](https://github.com/executablebooks/thebe/pull/236)
114-
- Contributing guide [#232](https://github.com/executablebooks/thebe/pull/232)
115-
- Event hooks [#222](https://github.com/executablebooks/thebe/pull/222)
116-
- Security concerns on XXS (Cross-Site Scripting) [#263](https://github.com/executablebooks/thebe/pull/264)
117-
- Use JSDoc to build JS API docs [#248](https://github.com/executablebooks/thebe/pull/248)
118-
- Configuration information, getting started, CircleCI jobs, Sphinx book theme [#218](https://github.com/executablebooks/thebe/pull/218)
119-
- Clarify kernelName in README [#180](https://github.com/executablebooks/thebe/pull/180)
120-
- CodeMirror configuration page [#174](https://github.com/executablebooks/thebe/pull/174/files)
121-
- Use the latest Thebe version [#173](https://github.com/executablebooks/thebe/pull/173)
111+
- Instructions on how to build the docs [#260](https://github.com/jupyter-book/thebe/pull/260)
112+
- Commits, architecture, etc. [#248](https://github.com/jupyter-book/thebe/pull/248)
113+
- Releases [#236](https://github.com/jupyter-book/thebe/pull/236)
114+
- Contributing guide [#232](https://github.com/jupyter-book/thebe/pull/232)
115+
- Event hooks [#222](https://github.com/jupyter-book/thebe/pull/222)
116+
- Security concerns on XXS (Cross-Site Scripting) [#263](https://github.com/jupyter-book/thebe/pull/264)
117+
- Use JSDoc to build JS API docs [#248](https://github.com/jupyter-book/thebe/pull/248)
118+
- Configuration information, getting started, CircleCI jobs, Sphinx book theme [#218](https://github.com/jupyter-book/thebe/pull/218)
119+
- Clarify kernelName in README [#180](https://github.com/jupyter-book/thebe/pull/180)
120+
- CodeMirror configuration page [#174](https://github.com/jupyter-book/thebe/pull/174/files)
121+
- Use the latest Thebe version [#173](https://github.com/jupyter-book/thebe/pull/173)

README_0.8.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Thebe: turn static HTML pages into live documents
22

3-
![test](https://github.com/executablebooks/thebe/workflows/test/badge.svg)
3+
![test](https://github.com/jupyter-book/thebe/workflows/test/badge.svg)
44
[![Documentation Status](https://readthedocs.org/projects/thebe/badge/?version=latest)](https://thebe.readthedocs.io/en/latest/?badge=latest)
55

66
Have a static HTML page with code snippets? Your readers can edit and execute them right there. All it takes is:

apps/demo-core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
### Patch Changes
6363

64-
- 7279d5b: fixed interact based ipywidgets and ipympl functionality, now aligning with behaviour seen in voila and jputyerlab. See [issue 608](https://github.com/executablebooks/thebe/issues/608)
64+
- 7279d5b: fixed interact based ipywidgets and ipympl functionality, now aligning with behaviour seen in voila and jputyerlab. See [issue 608](https://github.com/jupyter-book/thebe/issues/608)
6565
- Updated dependencies [7279d5b]
6666
6767

apps/demo-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"private": true,
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/executablebooks/thebe-core.git"
25+
"url": "git+https://github.com/jupyter-book/thebe-core.git"
2626
},
2727
"bugs": {
28-
"url": "https://github.com/executablebooks/thebe-core/issues"
28+
"url": "https://github.com/jupyter-book/thebe-core/issues"
2929
},
3030
"author": "Steve Purves",
3131
"license": "MIT",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "git+https://github.com/executablebooks/thebe.git"
38+
"url": "git+https://github.com/jupyter-book/thebe.git"
3939
},
4040
"keywords": [
4141
"jupyter",
@@ -45,7 +45,7 @@
4545
"author": "Executable Books Project",
4646
"license": "BSD-3-Clause",
4747
"bugs": {
48-
"url": "https://github.com/executablebooks/thebe/issues"
48+
"url": "https://github.com/jupyter-book/thebe/issues"
4949
},
5050
"engines": {
5151
"npm": ">= 6.0",

packages/build-config/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
### Patch Changes
1212

13-
- 7279d5b: fixed interact based ipywidgets and ipympl functionality, now aligning with behaviour seen in voila and jputyerlab. See [issue 608](https://github.com/executablebooks/thebe/issues/608)
13+
- 7279d5b: fixed interact based ipywidgets and ipympl functionality, now aligning with behaviour seen in voila and jputyerlab. See [issue 608](https://github.com/jupyter-book/thebe/issues/608)

packages/build-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {},
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/executablebooks/thebe.git"
9+
"url": "git+https://github.com/jupyter-book/thebe.git"
1010
},
1111
"keywords": [
1212
"thebe",
@@ -15,9 +15,9 @@
1515
"author": "Steve Purves <[email protected]>",
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/executablebooks/thebe/issues"
18+
"url": "https://github.com/jupyter-book/thebe/issues"
1919
},
20-
"homepage": "https://github.com/executablebooks/thebe#readme",
20+
"homepage": "https://github.com/jupyter-book/thebe#readme",
2121
"devDependencies": {
2222
"jest-junit": "^16.0.0",
2323
"webpack": "^5.74.0"

packages/core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245

246246
### Patch Changes
247247

248-
- 7279d5b: fixed interact based ipywidgets and ipympl functionality, now aligning with behaviour seen in voila and jputyerlab. See [issue 608](https://github.com/executablebooks/thebe/issues/608)
248+
- 7279d5b: fixed interact based ipywidgets and ipympl functionality, now aligning with behaviour seen in voila and jputyerlab. See [issue 608](https://github.com/jupyter-book/thebe/issues/608)
249249

250250
## 0.1.3
251251

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`thebe-core` is a headless connector library allowing a developer to connect to and execute code on a Jupyter based compute resource from any Javascript environemnt.
44

5-
Written in Typescript and indended for use in other packages and applications, `thebe-core` has minimal state and introduces no restrictions on UI frameworks that might be used. [thebe](https://github.com/executablebooks/thebe) will use `thebe-core` to provide a `jquery` based connector, that uses prosemirror to enable editing and execution of code cells on any webpage.
5+
Written in Typescript and indended for use in other packages and applications, `thebe-core` has minimal state and introduces no restrictions on UI frameworks that might be used. [thebe](https://github.com/jupyter-book/thebe) will use `thebe-core` to provide a `jquery` based connector, that uses prosemirror to enable editing and execution of code cells on any webpage.
66

77
`thebe-core` supports connecting to a BinderHub, JupyterHub, any Jupyter instance or JupyterLite with the pyiolite kernel.
88

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
},
4545
"repository": {
4646
"type": "git",
47-
"url": "git+https://github.com/executablebooks/thebe.git"
47+
"url": "git+https://github.com/jupyter-book/thebe.git"
4848
},
4949
"bugs": {
50-
"url": "https://github.com/executablebooks/thebe/issues"
50+
"url": "https://github.com/jupyter-book/thebe/issues"
5151
},
5252
"author": {
5353
"name": "Steve Purves",

0 commit comments

Comments
 (0)