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

Unable to change style from Julia kernel. #81

Closed
dpsanders opened this issue Mar 10, 2015 · 2 comments
Closed

Unable to change style from Julia kernel. #81

dpsanders opened this issue Mar 10, 2015 · 2 comments

Comments

@dpsanders
Copy link

I have tried to change the style from the Julia kernel via

using PyCall
@pyimport IPython.html.services.config as config 

cm = config.ConfigManager()
cm[:update]("livereveal", {
    "theme" => "sky",
    "transition" => "zoom",
})

(a direct translation of the Python code in the README),
but this does not seem to have any effect.

@dpsanders
Copy link
Author

Hmmm, it seems that the settings persist and reopening the notebook solves the problem.

@damianavila
Copy link
Owner

That's interesting... maybe it would be nice to add a note in the README, requesting PR 😜

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

No branches or pull requests

2 participants