Questions tagged [rise]

22 questions
5
votes
2 answers

Python / Jupyter Notebook Slide buttons gone?

I am using Jupyter Notebook to build slides. Until yesterday there were two buttons right from the CellToolBar button to start the slide show (one button was RISE.js). All of the sudden these buttons are gone. Now there are no buttons on the right…
FredMaster
  • 1,211
  • 1
  • 15
  • 35
4
votes
1 answer

How to use Jupyter with RISE showing two cells in same slide at same time

I am using Jupyter with RISE, and I want to display a markdown cell with a following code cell below it, in the same slide as a single view without requiring a key press to reveal the markdown and code cells individually. Using a Fragment almost…
user2942693
  • 384
  • 3
  • 16
3
votes
1 answer

Can a reveal.js slide deck compiled by jupyter nbconvert have two columns on one slide?

I'm writing a slide deck using the Jupyter notebook and compiling it to slides using jupyter nbconvert FILENAME.ipynb --to=slides, which uses Reveal.js (if I understand correctly). I'm consequently writing the slide content in Markdown. I'd like to…
Nathan
  • 1,451
  • 1
  • 15
  • 28
3
votes
1 answer

I want to get rid of this block in jupyter notebook's RISE

I am trying to load a widget (through HTML code) into my Jupyter Notebook's cell. I am trying out ways to get rid of the block shown on left side which shows "click to scroll output;double click to hide" in the below picture: It's obtrusive. And…
VPraharsha
  • 386
  • 2
  • 8
3
votes
3 answers

Possible ways to embed python matplotlib into my presentation interactively

I need to present my data in various graphs. Usually what I do is to take a screenshot of my graph (I almost exclusively make them with matplotlib) and paste it into my PowerPoint. Unfortunately my direct superior seems not to be happy with the way…
Tommy Tsang
  • 165
  • 1
  • 2
  • 9
3
votes
1 answer

Holoviews (Bokeh) with reveal.js

I have a presentation with Holoviews (Bokeh) interactive plots. The presentation works fine with rise (inside the notebook), but when I convert it to slides with reveal.js (v3.6.0) locally, the output doesn't show up. Even post serving through the…
2
votes
3 answers

Remove question mark and Enter/Exit Button in RISE (Jupyter Notebook)

When using RISE in Jupyter Notebook, is there any possible way to not display the question mark (lower left corner) and the Exit/ Enter Button (upper left corner)?
NikB
  • 43
  • 5
2
votes
2 answers

Shortcut key for presentation mode in Jupyter

I'm trying to make presentation slides from Jupyter Notebook but there is no button to begin presentation mode. So, I'd like to know if there is any shortcut to start the presentation or any way to make that button appear. BTW, I use Python2.7 and…
bensw
  • 2,818
  • 5
  • 21
  • 31
2
votes
1 answer

How to make floating image in IPython Reveal.JS presentation?

I'd like to use the IPython Notebook with the RISE / Reveal.JS extension for a presentation. Is there a way to have a (floating) image (with a caption) on the right side next to my bullet points on the left?
Gere
  • 12,075
  • 18
  • 62
  • 94
1
vote
0 answers

Jupyter notebook presentation - RISE - Aspect Ratio 4:3 on beamer

I am preparing a presentation using Jupyter notebook and Rise (for tomorrow). However, the aspect ratio of my laptop is 16:9 and the beamer in the conference room has an aspect ratio of 4:3. I am concerned that the slides with interactive examples…
Moritz
  • 5,130
  • 10
  • 40
  • 81
1
vote
1 answer

Change chalk color in RISE chalkboard

I am using RISE in a jupyter notebook with python and enjoying the chalkboard feature. But when using a dark theme the default blue color is hard to see. I have been trying many (even weird) things and I only could change the color to black (that is…
arutaku
  • 5,937
  • 1
  • 24
  • 38
1
vote
1 answer

Jupyter Notebook RISE distorts the HTML/CSS layout of presentation

I'm trying to make an entire presentation in Jupyter. I have tried some HTML-CSS in browser first where works almost fine: HTML index.html: title
Foad S. Farimani
  • 12,396
  • 15
  • 78
  • 193
1
vote
0 answers

"ModuleNotFoundError: No module named 'notebook.config_manager'" or "kernel error in the jupyter notebook"

I encoutered the trouble with the jupyter in the conda system as in the title. version: Ubuntu 16.04 LTS conda 4.3.30 jupyter 4.4.0 (I've uninstall and then install again after the above error) What I've done is following (in short) source…
1
vote
1 answer

Full size Bokeh charts as Jupyter slides

I'm still learning about bokeh and reveal.js, have been impressed with both and so apologies if this is a basic question. How can I fully display a bokeh chart on a Jupyter slide without scroll bars appearing? Below is an example: This chart…
bs123
  • 1,183
  • 3
  • 11
  • 21
0
votes
0 answers

Render notebook as Reveal slideshow in JupyterLab, 404 : Not Found

I have a JupyterLab notebook that I can export to Reveal.js slides just fine: it produces a nice html file that I am able to view in my browser. It looks like this: Now I want to take that same notebook and start a live slideshow in JupyterLab,…
Matematiflo
  • 101
  • 3
1
2