Questions tagged [rise]
22 questions
0
votes
0 answers
How to integrate the course package (xAPI) exported from Articulate in a customized LMS and track the course completion status, etc?
I'm very new to xAPI and would like to have some advice on integrating a course package exported from Articulate(https://articulate.com/) using xAPI.
The following steps are carried out or tested and it's okay to view the course
Create a course in…

khet
- 95
- 11
0
votes
0 answers
Shape issue in post-hoc explainability method RISE
I'm trying to produce some results with post-hoc explainability method RISE link. For this I used a ResNet34 model trained on my custom dataset without pretrained weights. The input for this is (560, 560, 1), so the images are greyscale with size…

Daan
- 1
- 1
0
votes
1 answer
How do I add a logo in footer with Jupyter Notebook Metadata
I couldn't find anything on this issue so I'm trying to raise this as a new question:
I work frequently present Jupyter Notebooks as slides using RISE, which presents notebooks as reveal.js slides. I know that RISE allows to adding headers, footers,…

Paul
- 23
- 4
0
votes
1 answer
Hide blue box around code during slideshow of a Jupyter Notebook
I am preparing a presentation in Jupyter Notebook (version 6.1.4, not Lab)
(not the final notebook, just an example)
I also hide the code through a nbextension.
When I go into the slideshow (RISE), though, and arrive to the code cells, there is…

Exodd
- 221
- 1
- 9
0
votes
0 answers
Jupyter's slides doesnt fit on my screen?
I'm using Rise to create a slideshow of my notebook, but I'm having this issue:
But, when I click "Enter RISE Slideshow"...
Couldnt find anyone with the same issue. Someone know what to do?
Also, is there an aquivalent of this metod in Jupyter…

David Daminelli
- 11
- 3
0
votes
1 answer
jupyter RISE, hide Image command
I use RISE on Jupyter notebook for creating a slide show. In a cell intended to show images with:
Image('./pics/iris.png', width='100%')
I want to hide the command in the slide show and just show the image. Is there a way?

Newbuntu
- 1
- 2
0
votes
1 answer
How to split a Jupyter notebook into several slides?
Jupyter allows to produce slides either via nbconvert or (even better) dynamically and within a notebook with RISE.
However, when I launch RISE on my notebook or create slides with nbconvert, it creates only a single (potentially huge) slide. I…

P-Gn
- 23,115
- 9
- 87
- 104