About 153,000 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 …

    I can open a jupyter notebook by typing: jupyter notebook xyz.ipynb but I cannot run any cells. The cell is marked with * after I run it. Soon, this message appears in a pop-up box:

  4. Package for listing version of packages used in a Jupyter notebook

    Nov 4, 2016 · How do I match version of python version between jupyter notebook and terminal? 3.6.5 to 3.7 9 Getting Python package distribution version from within a package

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

    Note 1: We must regard the Python version. If we have installed different versions of Python, we have to open the terminal in the Python version we are interested in. For example, opening the …

  6. How do I get Jupyter Notebook to use the latest version of Python ...

    Oct 7, 2021 · (nameofthevenv) $ pip install jupyter ipykernel (nameofthevenv) $ python -m ipykernel install --user --name nameofthevenv (nameofthevenv) $ jupyter notebook Finally, go …

  7. python - How to find Seaborn version - Stack Overflow

    I have installed Seaborn in my machine. The Seaborn is working fine. I need to find the version of Seaborn installed.

  8. python - old sklearn version in Jupyter Notebook - Stack Overflow

    Jan 21, 2017 · I update sklearn version by terminal with conda install scikit-learn=0.18 if I list with conda list scikit-learn # packages in environment at /Users/Claudia/anaconda: scikit-learn 0....

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

    Feb 13, 2015 · # The scikit-learn version is 0.15.2. Note that not all Python ... you may check from a python notebook ...

  10. python - How do I check which version of NumPy I'm using

    Dec 28, 2021 · Then when doing the pip list | grep numpy method it will show one of the two (typically the python 3's numpy version). When you run the shownumpy.py program on both …

Refresh