8000 Enabling customized notebook config by bcombourieu · Pull Request #19 · rgbkrk/ipython-notebook-cookbook · GitHub
[go: up one dir, main page]

Skip to content

Enabling customized notebook config #19

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

Merged
merged 1 commit into from
Feb 25, 2015

Conversation

bcombourieu
Copy link
Contributor

Adding the possibility to add some customizable options into Notebook configuration.

Usage example (in attributes/default.rb)

# Additionnal configuration 
default[:ipynb][:NotebookApp][:additional_config] = <<-eos 
c.IPKernelApp.exec_files = [ 
    "#{File.join(default[:ipynb][:home_dir], "my_fancy_lib"}"
] 
eos 

@rgbkrk
Copy link
Owner
rgbkrk commented Feb 23, 2015

Makes sense. I'll leave this up to @JasonBoyles and @brint.

brint added a commit that referenced this pull request Feb 25, 2015
@brint brint merged commit 128f5a8 into rgbkrk:master Feb 25, 2015
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

Successfully merging this pull request may close these issues.

3 participants
0