About 72,900 results
Open links in new tab
  1. apt - Jupyter Notebook Installation - Ask Ubuntu

    Feb 20, 2016 · Is it possible to install Jupyter Notebook through apt-get install? For example, we can install numpy by using apt-get install python-numpy.

  2. Issues with pip in Ubuntu 24.04 LTS

    Sep 2, 2024 · Now, running jupyter notebook is showing a blank page in the browser. And while trying to run the ipynb notebook on VS code, I am getting Running cells with 'Python 3.12.3' …

  3. 14.04 - Install Jupyter Notebook for Python 2.7 - Ask Ubuntu

    Nov 9, 2016 · Install Jupyter Notebook for Python 2.7 Ask Question Asked 9 years, 1 month ago Modified 1 year, 2 months ago

  4. command line - pip fails with ReadTimeoutError - Ask Ubuntu

    I'm trying to install jupyter notebook using pip, so I first installed pip3: sudo apt-get install --no-install-recommends python3-pip Then I ran: sudo pip3 install jupyter While downloading the p...

  5. How to install SageMath in Ubuntu in 24.04? - Ask Ubuntu

    Jun 5, 2024 · To benefit from extra functionalities when running SageMath (e.g. exporting a Jupyter notebook to pdf), it is recommended to install some additional Ubuntu packages: sudo …

  6. Jupyter Notebooks Open in VSCode but not in Terminal

    Jul 24, 2020 · 1 Jupyter notebook doesn't seems installed on your computer. I don't know if the jupyter notebook plugin included in vscode actually installs the standard jupyter-notebook …

  7. Errno 28 No space left on device even though there is space

    Aug 8, 2022 · Hi I am fairly new to ubuntu, and today when I tried to open jupyter notebook I got the following error: myname@My-Laptop:~$ jupyter notebook [I 2022-08-08 07:58:41.188 …

  8. 16.04 - Problem installing jupyter notebook - Ask Ubuntu

    Jul 4, 2018 · I'm trying to install jupyter notebook using pip command in ubuntu 16.04. python3 and pip latest version are already installed in my machine. so when i run : $ pip install jupyter …

  9. apt - Uninstall jupyter with pip - Ask Ubuntu

    May 27, 2018 · I've tried to reproduce your scenario, and I don't have jupyter installed. So at first: sudo pip2 install jupyter It downloaded jupyter as well as quite a few other packages, but …

  10. Error saving to PDF from Jupyter Notebook - Ask Ubuntu

    Sep 27, 2019 · When I try to save my Jupyter Notebook as PDF, I get an "500 : Internal Server Error". Any ideas on how to fix that?