Method: Cnvrg::Images#note_slug
- Defined in:
- lib/cnvrg/Images.rb
#note_slug ⇒ Object
414 415 416 417 418 419 420 421 422 |
# File 'lib/cnvrg/Images.rb', line 414 def note_slug config = YAML.load_file(@working_dir+"/.cnvrg/config.yml") note_slug = config[:notebook_slug] if note_slug.nil? or note_slug.empty? return false else return note_slug end end |