jupyter-tutorial icon indicating copy to clipboard operation
jupyter-tutorial copied to clipboard

Change how to determine the Python version

Open veit opened this issue 5 years ago • 0 comments

Change the way how to determine the Python version in python38.ipynb and python39.ipynb.

In [1]: import sys
        !{sys.executable} --version
Python 3.8.0

veit avatar Oct 18 '20 13:10 veit