rgbkrk / ipython-notebook-cookbook

:book: IPython Notebook Cookbook for Deployment via Chef
Apache License 2.0
41 stars 10 forks source link

Enabling customized notebook config #19

Closed bcombourieu closed 9 years ago

bcombourieu commented 9 years ago

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 commented 9 years ago

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