-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cells not executable in slideshow mode #43
Comments
Just as a data point: I did not manage to reproduce; with the same jupyterlab 4.0.5 and rise 0.40.0, Ubuntu 22.04, Firefox, Python 3.11.5 |
Ah wait, this could be related to #17: if a code cell already has content, |
I can reproduce this. Try for yourself by running JupyterLab in the following docker image with command (and visit the URL in your browser):
|
Ah, I should have posted my response in #48 , which I think is more what is going on in my case. |
To it looks as if the keyboard shortcut "shift-enter" does not longer execute the cell but navigates to the next slide. |
I am having the same issue. The notebook seems to overrule the content in presentation mode, which does the following:
Maybe there is an issue with the separation of "Command Mode" and "Edit Mode"? The cells (in notebook view and presentation mode) are always marked blue but they should be green when in "Edit Mode", if I remember correctly. Also, the shortcuts seem to be "always on", e.g., when I wanted to type |
I had to downgrade to version 0.2.0 to get it working again. Maybe that helps! Would be great to get this working, since it is one of the killer-features, that sets rise apart from other presentation tools. |
At our institution we used a combination of downgrading and opening the notebook in Nbclassic - not perfect but all functionalities work at the moment. |
Just for information: I have been using lately JupyterLab-Deck. There remains a few caveats (JupyterLab 3.6 only, broken space / shift-space navigation with sublides, no conda package), but other than this it has done the job for me. |
If your use case allows for JupyterLab 3, I found that cells appear to work normally and run with changes with JupyterLab 3.6.6 and RISE 0.3.0. |
FWIW: after PR #62 was merged, I can now reliably edit and execute code in RISE slides. |
Description
After installing jupyterlab-rise, I can see the meta data tags for choosing which kind of slide. However, in slideshow view the slides are not executable, even though they are in Jupyter notebook with RISE
Reproduce
Expected behavior
The output of the cell should change based on what has been entered, but it does not.
Context
Name: jupyterlab
Version: 4.0.5
Summary: JupyterLab computational environment
Extension version:
Name: jupyterlab_rise
Version: 0.40.0
Summary: RISE: "Live" Reveal.js JupyterLab Slideshow extension.
Operating System and its version: MacOS Ventura 13.5.1. Apple M2 Max
Browser and its version:
Safari 16.6 or Jupyterlab desktop 4.0.5
Command Line Output
| | | |_ __ | | | | ___
| || | ' /
/ _
| / -)_/| ./_,_,|____|
|_|
Read the migration plan to Notebook 7 to learn about the new features and the actions to take if you are using extensions.
https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html
Please note that updating to Notebook 7 might break some of your extensions.
[I 2023-08-20 16:49:20.498 ServerApp] nbclassic | extension was successfully loaded.
[I 2023-08-20 16:49:20.499 ServerApp] Serving notebooks from local directory: /Users/fredhickernell/SoftwareRepositories/QMCSoftware
[I 2023-08-20 16:49:20.499 ServerApp] Jupyter Server 2.5.0 is running at:
[I 2023-08-20 16:49:20.499 ServerApp] http://localhost:8888/lab?token=a1eae46522caa3410e2c86172877701381af7482dd20d07f
[I 2023-08-20 16:49:20.499 ServerApp] http://127.0.0.1:8888/lab?token=a1eae46522caa3410e2c86172877701381af7482dd20d07f
[I 2023-08-20 16:49:20.499 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2023-08-20 16:49:20.503 ServerApp]
[I 2023-08-20 16:49:20.519 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server
[W 2023-08-20 16:49:23.417 LabApp] Could not determine jupyterlab build status without nodejs
[W 2023-08-20 16:49:23.819 ServerApp] Notebook demos/talk_paper_demos/Purdue_Talk_2023_March/Purdue_Talk_Figures.ipynb is not trusted
[I 2023-08-20 16:49:24.071 ServerApp] Kernel started: 5603f017-6677-4a14-a198-f4f4c047697a
[I 2023-08-20 16:49:24.483 ServerApp] Connecting to kernel 5603f017-6677-4a14-a198-f4f4c047697a.
[I 2023-08-20 16:49:24.485 ServerApp] Connecting to kernel 5603f017-6677-4a14-a198-f4f4c047697a.
[I 2023-08-20 16:49:24.485 ServerApp] Connecting to kernel 5603f017-6677-4a14-a198-f4f4c047697a.
Web Browser Output
The text was updated successfully, but these errors were encountered: