About 9,680,000 results
Open links in new tab
  1. How to install jupyter notebooks? (Did NOT install python with ... - Reddit

    Aug 4, 2021 · How to install jupyter notebooks? (Did NOT install python with anaconda or miniconda) So I'm new to the command line (or command prompt as it is called on my computer) and I need to work …

  2. Why should I choose Anaconda if I can install pandas, numpy and …

    No shade towards people behind Anaconda but all I see is it is just Python that comes with things like Pandas, Numpy and Jupyter Notebook built in. What special will Anaconda do that I cannot already …

  3. My firm is afraid of Anaconda/Jupyter Notebook : r/Python - Reddit

    Jul 27, 2023 · Alternatively, you could look into using Jupyter lab, which gives you a nice interface for managing notebooks. It can be installed with the command pip install jupyterlab and runs with the …

  4. Why should or shouldn't I use Jupyter Notebooks as my main IDE

    Jupyter isn't technically an IDE, though some people do use them sort of like IDEs. Most importantly though, they don't produce regular python code. Your files aren't saved as .py files, and while you …

  5. Basic problem getting pip install and JupyterLab to work - Reddit

    Jun 27, 2023 · So just run py -m pip install jupyterlab. When installing Python you were asked if you wanted to add Python to PATH and did not check that box. If you want to use pip instead of py -m pip …

  6. Installing Jupyter Notebook : r/learnpython - Reddit

    Mar 27, 2021 · Hi, I have been using VS Code for Python for the last couple of months. Now I thought I would try out Jupyter Notebook as well. So I tried installing it with python -m pip install jupyter. After …

  7. Anaconda (should I get rid of it) : r/learnpython - Reddit

    Mar 16, 2023 · It can also create Python virtual environments (but so can VS Code). Almost always better to only install packages into a Python virtual environment rather than into a base environment. …

  8. Installing Python, Jupyter notebook, and IDE on Windows - Reddit

    Oct 1, 2022 · TL;DR question: What is the currently recommended way to install Python, Jupyter Notebook, an IDE (I have used Spyder, but probably want to try something else as well), and a …

  9. Ubuntu + CUDA + Jupyter on Windows 10? - Reddit

    Mar 7, 2022 · Just install the newest nvidia (are you using a nvidia card?) driver through geforce experience on your windows 11, and wsl2 will automatically recognize the cuda installation from …

  10. Jupyter Lab install fails without Rust?! : r/Jupyter - Reddit

    Feb 20, 2023 · Posted by u/oromex - 2 votes and 3 comments