anaconda / nb_conda_kernels

Package for managing conda environment-based kernels inside of Jupyter
BSD 3-Clause "New" or "Revised" License
588 stars 70 forks source link

Use ask_conda to activate. #187

Closed rainwoodman closed 3 years ago

rainwoodman commented 3 years ago
  1. is_current_env handling on Linux looked wrong. So I flipped the ordering.

  2. 'activate' is not always available. The content of the script suggests it is not doing much. Fedora doesn't ship the script with dnf install conda for example.