Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An easy way to create the proper folder and spec files is to use the ipython command:

Code Block
languagebash
% conda activate <your-env>
% ipython kernel install --user --name "a-name-you-like"

...