Versions Compared

Key

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

...

Info

You can use pip list -v and conda list to inspect what is in your environment.

Info

Example using the default Python kernel:

Code Block
# Cell
import sys
print(sys.version)

...