function getJupyter () {
  return JupyterExecutable.findOne('jupyer')
    .then(j => j.populate())
    .catch(err => null) // eslint-disable-line
}