-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta-ticket: Improve live documentation in the Jupyter notebook #20893
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:3
Fix formatting in ticket description. Regarding "There are two ongoing projects within Jupyter for having this working", |
This comment has been minimized.
This comment has been minimized.
comment:4
Editing ticket description to add link to |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:11
Update: Min RK reported to me that he had started reimplementing Thebe on top of JupyterLab. At this stage, this seemed to confirm our hope that Thebe will become just a thin layer on top of plain JupyterLab, making it sustainable. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:14
A source of inspiration: sympylive. |
comment:15
Replying to @nthiery:
Is an export to a standalone .ipynb file part of the plan (so that people can save their work on some live doc) ? |
comment:16
Replying to @sagetrac-tmonteil:
Ah, shoot, I forgot to discuss this specific point. That being said, Thebe is meant to be embedded in any web page. So, at the level of Thebe itself, and without a minimum of structure specified, I believe it would be hard to define a meaningful export to .ipynb. Plausibly we would instead be shooting for a link "download document as ipynb" pointing to the notebook generated from the original sources, either statically or on the fly. The inconvenient being of course that users won't keep their history in this scenario if they play with Thebe before switching to the notebook. |
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to thebe, thebelab |
comment:18
This ticket needs clarification / update. Is it a meta ticket? |
This comment has been minimized.
This comment has been minimized.
comment:21
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date. |
Since #20690 we have access to documentation (with live execution)
within the Jupyter notebook. It was decided to keep the code simple.
There are two ongoing projects within Jupyter for having this working.
It might be wiser to wait for them...
Some of the improvements mentioned in #20690 were:
[ ] Configure Sphinx to add a small header to our html page with
Thebe configuration: use the Jupyter instance serving the page.
We currently use
window.location.origin
; is this the right thing?Currently it takes 10s for 100 prompts while some sage files
contain up to 1000 prompts. Profile Thebe and optimize it or use
a separate thread to properly support large files.
Expand the activate button with a menu or other widgets for user customization
of the Jupyter server. This typically would let the user choose between:
when tmpnb will include a Sage kernel; there are ongoing discussions for providing an alternative sage-enabled tmpnb)
Check whether Jupyter could be configured to dynamically
negotiate incoming connections that don't fall within the
-NotebookApp.allow_origin pattern
, by opening a user dialog suchas "Page xxx requests starting a new kernel on this server; do
you accept? yes/no/always for this site".
Add support in Thebe for customizable (continuation) prompts, with striping and splitting as above, and automatic setting of the kernel. The customization option could look like:
Have Thebe provide good TAB-completion.
Let the cursor switch to the next cell after evaluation (SHIFT+ENTER).
Extract support for Thebe as a Sphinx extension with (see the related sage-cell extension):
which kernel, or setup kernel auto-detection from the prompt.
Refactor the Sage Sphinx configuration to use the above.
Configure sage-sample / sage-package to use it, to enable live documentation for Sage packages.
Add support in Thebe for basic export to Jupyter notebooks. A
quality loss (in particular in terms of the hierarchical
structure) is acceptable.
Allow to save the current state of the webpage as a
.ipynb
worksheet, to be able to continue working on it later, see [[/ticket/20690#comment:53]].Tickets:
sagemath_doc_html
: Use jupyter-sphinx for 3D graphicsSee also:
Depends on #20690
CC: @vbraun @rbeezer @nthiery @hivert @slel @sagetrac-fcayre @jdemeyer @dimpase @kwankyu
Component: documentation
Keywords: thebe, thebelab
Issue created by migration from https://trac.sagemath.org/ticket/20893
The text was updated successfully, but these errors were encountered: