-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
change theme #42
Comments
Thanks!
mmm... don't try to reinstall... just change the following line: https://github.com/damianavila/live_reveal/blob/master/custom.js#L21
I could be an option... thinking about to better you to config all the multiple options available... |
well, I have tried many times, it still doesn't work. I also tried to delete the entire folder "live_reveal-master" and i can still use the live_show. So simply edit the file custom.js and reload notebook is not enough, i think. BTW: How to delete the browser cache? I use chrome and "ctrl + shift + delete" can be use to delete browser cache, do you mean that? |
Probably it is a cache issue... yes... you can access with that shortcut combination... but try this instead: http://stackoverflow.com/a/21287099 and let me know... |
I solved this problem. After install the live_slideshow, it create a directory "profile_rise" in the ~/.ipython folder. I need to edit the custom.js in this folder, not the one in the "live_slideshow" folder, which i download and decompress from github.
change the "livereveal.parameters('simple', 'zoom')" to "livereveal.parameters('simple', 'linear')". Then, reload notebook, works. Wow, it's really troublesome. |
Do you download the extension from the github zip? how do you exactly installed the extension? |
yes, i download, decompress, and run : actually i also tried to reinstall it by runing the codes in the Installxxx.ipynb( i add some more codes in this file to delete the old one and reinstall, show you tomorrow). |
ok... thanks |
This is the codes in your Install_RJSE.ipynb, I just add one line:
Now I know what's going on. By running:
It copy the your static(which used to change the theme) to the profile_default folder. By running the codes in the Install_RJSE.ipynb:
Go back to the problem. After downloading the file live_reveal-master, I run both codes to install. In order to change the theme, edit the custom.js in the downloading folder doesn't work, cause it was copied to "profile_default/static/custom/". So i need to edit:
not
Right? |
OH... sorry for never answering to your question... somewhat I missed this thread.
Yes, you could use Closing here because it seems you solve the issue... reopen it if it is not the case. |
Hi, damianavila, thanks for your amazing tool.
I want to change default theme of transformation to "linear". I edit the custom.js file, and try to reinstall this library, but returns:
custom.js entry already exists.
what should I do? I also try to delete the files "../nbextension/liveshow"
By the way, I change the theme by this way is not elegant. What about adding some choice box in the cell toolbar?
The text was updated successfully, but these errors were encountered: