yeemey / haackwell

0 stars 5 forks source link

Set up environment for running project notebooks #17

Closed yeemey closed 7 years ago

yeemey commented 7 years ago

Options

  1. Create YAML file, to be sourced from the terminal before starting Jupyter notebooks, or
  2. Create list of dependencies to be installed through conda.

Tasks:

yeemey commented 7 years ago

Package dependencies through PyPI:

Other dependencies:

yeemey commented 7 years ago

Testing environment.yml locally

Kernel name (haackwellenv) does not show up in Jupyter notebook browser. Based on this issue, installing nb_conda_kernels seems to have solved problem, but kernel is named 'Python [conda root]', not 'haackwellenv'