Skip to content
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

RISE not working #420

Closed
Scienyu opened this issue Aug 24, 2018 · 27 comments
Closed

RISE not working #420

Scienyu opened this issue Aug 24, 2018 · 27 comments
Labels

Comments

@Scienyu
Copy link

Scienyu commented Aug 24, 2018

I use conda and pip install RISE but it just show a RISE button and no slide

@damianavila
Copy link
Owner

Did you check the usage section? https://rise.readthedocs.io/en/stable/usage.html

@Scienyu
Copy link
Author

Scienyu commented Aug 24, 2018

Yes, I did as the video, but it just showed a full screen and what I can do is rolling up and down.

@damianavila
Copy link
Owner

Can you tell me the command you use to install it?
Which notebook version are you using? And RISE version?
Do you have any message in the JS webconsole (https://webmasters.stackexchange.com/questions/8525/how-do-i-open-the-javascript-console-in-different-browsers).

@Scienyu
Copy link
Author

Scienyu commented Aug 27, 2018

I am sorry that the reply is late. I am not in the company on weekends. I uninstalled RISE and used pip install again. This time I succeeded. But on the upper left corner has a ‘Exit RISE’ label and lower left Corner has a Reveal Shortcuts help and how to remove that two labels? thanks

@damianavila
Copy link
Owner

But on the upper left corner has a ‘Exit RISE’ label and lower left Corner has a Reveal Shortcuts help and how to remove that two labels? thanks

Pressing , will toggle help and exit buttons

@Scienyu
Copy link
Author

Scienyu commented Aug 28, 2018

thank you very much, RISE really help me a lot!

@Scienyu
Copy link
Author

Scienyu commented Aug 28, 2018

sorry for another question, how to change the theme back to original white?

@damianavila
Copy link
Owner

sorry for another question, how to change the theme back to original white?

https://rise.readthedocs.io/en/docs_hot_fixes/customize.html#choosing-a-theme, choose the simple theme to use the original white.

@jrglez
Copy link

jrglez commented Oct 11, 2018

Hello, I am having a similar problem. I installed raise using conda, but I cannot start the presentation. The button is not showing and alt+r does nothing.
If I try to install rise again, it says it's already installed.
I am using notebooks 5.7.0 and rise installed using 'conda insatall -c damianavila82 rise'. The JS console says:

main.min.js:46944 actions jupyter-notebook:find-and-replace does not exist, still binding it in case it will be defined later... MenuBar.bind_events @ main.min.js:46944 main.min.js:24085 load_extensions Arguments(1) main.min.js:47851 Loaded moment locale en main.min.js:38179 Session: kernel_created (b140d964-9dfa-47e5-bf44-e633647fd641) main.min.js:37335 Starting WebSockets: ws://localhost:8888/api/kernels/385d41ef-6374-47a3-b7cd-e1c9311ef059 main.min.js:24062 Loading extension: jupyter-js-widgets/extension 04_programming_with_python.ipynb:1 Access to Font at 'about:blank' from origin 'http://localhost:8888' has been blocked by CORS policy: Invalid response. Origin 'http://localhost:8888' is therefore not allowed access. main.min.js:36979 Kernel: kernel_connected (385d41ef-6374-47a3-b7cd-e1c9311ef059) main.min.js:36979 Kernel: kernel_ready (385d41ef-6374-47a3-b7cd-e1c9311ef059)

Thanks

@damianavila
Copy link
Owner

@jrglez which browser are you using? Can you check the RISE version as well? Do you any other error in the JS console?

@Krulvis
Copy link

Krulvis commented Apr 26, 2019

Hey I'm having the same issue as Scienyu mentioned a couple months back. However, simply restarting did not do the trick for me...
Jupyter version: 4.4.0
Python versoin: 3.5
RISE version: 5.4.1

This is what it looks like, I tried in both Firefox & Chrome which give the same result.
image

@damianavila
Copy link
Owner

Notebook version?
Do you have anything in the browser console?
How did you install rise 5.4.1?

@Krulvis
Copy link

Krulvis commented Apr 26, 2019

I installed it through pip: pip install rise
Notebook versoin: 5.7.4
There are some errors in the browser console:
consoleLog

@damianavila
Copy link
Owner

After installing with pip... did you run:

jupyter-nbextension install rise --py --sys-prefix

@Krulvis
Copy link

Krulvis commented Apr 26, 2019

No, just ran and tried again. It did the trick :) Why is this not on the git readme? I never knew you had to also install plugins separately on jupyter-nbextension

@damianavila
Copy link
Owner

Why is this not on the git readme?

Because the README is tracking master, and starting the next release (happening soon) that step will not longer be needed.

I would recommend to always check the stable docs: https://rise.readthedocs.io/, in the installation page it explicitly states this jupyter-nbextension step.

@Saho12
Copy link

Saho12 commented May 8, 2020

rise1
rise2
rise3
rise4

I installed RISE 5.6.1 through pip install RISE. but still i cant find the 'Enter/Exit Live Reveal Slideshow' icon and shortcut of Alt-r not working.
My jupyter notebook 6.0.0 and i use IE. Can you please guide me in this regard.
even after running jupyter-nbextension install rise --py --sys-prefix, it is not happening.

@parmentelat
Copy link
Collaborator

hi

can you post a screenshot of your javascript console with jupyter classic opened on your notebook ?

@Saho12
Copy link

Saho12 commented May 9, 2020

hi

can you post a screenshot of your javascript console with jupyter classic opened on your notebook ?

rise5

@Saho12
Copy link

Saho12 commented May 9, 2020

hi
can you post a screenshot of your javascript console with jupyter classic opened on your notebook ?

rise5

rise6

Hope this is the screenshot you are asking. else let me know.

@parmentelat
Copy link
Collaborator

hi again
it is a little surprising that you do not get any message at all !
I just checked again and with my setup, even though I get no error message indeed, I get 30 info messages..
so, what browser is that exactly ?
would you have a chance to use chrome and redo the same ?

FYI here's what I get when opening the demo slideshow notebook from the rise repo
as you can see, when selecting all messages I get a line confirming that extension rise/main is being loaded

I suspect there is something wrong in your overall jupyter setup; have you several environments installed (virtualenvs or minicondas I mean) ?

image

@Saho12
Copy link

Saho12 commented May 9, 2020

hi again
it is a little surprising that you do not get any message at all !
I just checked again and with my setup, even though I get no error message indeed, I get 30 info messages..
so, what browser is that exactly ?
would you have a chance to use chrome and redo the same ?

FYI here's what I get when opening the demo slideshow notebook from the rise repo
as you can see, when selecting all messages I get a line confirming that extension rise/main is being loaded

I suspect there is something wrong in your overall jupyter setup; have you several environments installed (virtualenvs or minicondas I mean) ?

image

I tried in chrome , and it is working . Thanks a lot. But not sure why it is giving issue in internet explorer

@parmentelat
Copy link
Collaborator

sorry about that; I don't think any of us is in a position to test with IE - let alone support it

can you report about using edge ? does that work ?

@damianavila
Copy link
Owner

@Saho12 if you can report about edge, that would be helpful!

Additionally, next time, it would be more effective to reach us if you just open one report/ticket. I saw a lot of new comments spread on several tickets about this same issues and it was difficult for me to prioritize them properly.

Thanks @parmentelat for providing @Saho12 with your feedback.

@Saho12
Copy link

Saho12 commented May 13, 2020 via email

@kurtmckee
Copy link

@Saho12 "Edge" refers to Microsoft Edge, which is a browser from Microsoft based on Chrome. It is Internet Explorer's replacement.

@damianavila I recommend closing this ticket. The original issue has been resolved.

@parmentelat
Copy link
Collaborator

@kurtmckee thanks for the heads up, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants