Changes between Version 7 and Version 8 of Ticket #20690
- Timestamp:
- 05/27/16 15:10:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20690 – Description
v7 v8 7 7 Steps: 8 8 - [X] Configure Sphinx to add the Thebe javascript library in the static page 9 - [ /] Configure Sphinx to add a small header to our html page with:9 - [ / ] Configure Sphinx to add a small header to our html page with: 10 10 - [X] Inclusion of the Thebe javascript 11 - [ ] Thebe configuration: which divs to make live, which server to use 12 - [ ] A button to activate live cells 11 - [x] Thebe configuration: which divs to make live 12 Currently, we include all <pre> tags that contain sage: 13 - [ ] Thebe configuration: use the Jupyter instance serving the page 14 We use window.location.origin; is this the right thing to do? 15 - [ ] Only activate Thebe if running inside a Jupyter server 16 - [x] A button to activate live cells 13 17 - [ ] Possibly a menu or other widgets for user customization of the server configuration 14 18 - [?] Configure the Jupyter notebook in Sage to somehow provide the server configuration to Thebe. … … 16 20 - [ ] Stripping out the prompts 17 21 - [ ] Stripping out the included outputs (bonus: show the included outputs below the cell until the new output is computed) 18 - [ ] Support doctests with several commands by split into several cells22 - [ ] Support doctests with several commands by spliting into several cells