About 99,200 results
Open links in new tab
  1. How to know which Python is running in Jupyter notebook?

    I use Jupyter notebook in a browser for Python programming, I have installed Anaconda (Python 3.5). But I'm quite sure that Jupyter is running my python commands with the native python …

  2. python - How to find the version of jupyter notebook from within …

    Oct 12, 2020 · I wish to return the version of Jupyter Notebook from within a cell of a notebook. For example, to get the python version, I run: from platform import python_version …

  3. python - How can I display the version of my Jupyter notebook …

    But what does version 5.4.1 mean here? I currently have a related problem in that there is a rounding difference. I am using python 3.8.2 normally, but jupyter seems to return (or have …

  4. How can I check my python version in cmd? - Stack Overflow

    Jun 15, 2021 · I has downloaded python in python.org, and I wanted to check my python version, so I wrote python --version in cmd, but it said just Python, without version. Is there any other …

  5. python - Package for listing version of packages used in a Jupyter ...

    Nov 4, 2016 · I seem to remember there is a package that printed the versions and relevant information about Python packages used in a Jupyter notebook so the results in it were …

  6. How do I check the versions of Python modules? - Stack Overflow

    I installed the Python modules construct and statlib using setuptools: sudo apt-get install python-setuptools sudo easy_install statlib sudo easy_install construct How do I check their versions …

  7. python - how to check which version of nltk, scikit learn installed ...

    Feb 13, 2015 · Note that not all Python packages are guaranteed to have a __version__ attribute, so for some others it may fail, but for nltk and scikit-learn at least it will work.

  8. How to change Python version in Jupyter notebook?

    Jan 5, 2021 · However, on this version I was not able to install tensorflow, which I read is not supporting this version. After it, I installed Python 3.8.7 but my jupyter notebook is still using …

  9. How do I determine if my python shell is executing in 32bit or 64bit?

    I'd like to know because when I use something like PyInstaller to create a stand-alone binary distributable (to give to users who might not have (the right version of) Python installed, the …

  10. Different Python version in jupyter - Stack Overflow

    Mar 8, 2013 · Having different situation: !python -V executed inside JupyterLab outputs 3.7.12, while print(sys.executable) returns path to python of version 3.10.14. And I can verify (by …

  11. Some results have been removed