Questions tagged [jupyter]

Jupyter Notebook is a locally installed application that runs in a web browser and allows you to create and share documents that contain live code, equations, visualizations and explanatory text.

Jupyter Notebook is a locally installed application that runs in a web browser and provides a front-end to many different languages and interactive shells such as IPython. Jupyter Notebook has support for more than 40 different languages.

Each Jupyter Notebook document may contain executable code blocks, outputs, plots and Markdown text.

Jupyter Notebook is the successor to IPython Notebook, which was part of the project. However, Jupyter and IPython are separate projects as of IPython 4.0.

Jupyter Notebook will be available in the default Ubuntu repositories in the upcoming 17.04 release.

More information:

118 questions
18
votes
3 answers

/usr/local/bin/python3: No module named pip Error on or near line 85; exiting with status 1

I am installing Intel OpenVINO Toolkit in which I configure the model optimizer. (ankit) ankit@ankit-HP-Notebook:~/intel/computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/install_prerequisites$ sudo ./install_prerequisites.sh Hit:1…
8
votes
3 answers

Issues with pip in Ubuntu 24.04 LTS

I upgraded to Ubuntu 24.04 LTS today. I am facing issues to deal with the python packages. I tried to install with pip, but got this error related to externally-managed-environment. Then I tried with pipx to install a few packages. The pipx list is…
raf
  • 579
7
votes
5 answers

SyntaxError regarding async when attempting to run Jupyter in Python 3.7

On attempting to launch Jupyter on Python 3.7, I observe the following: $ jupyter notebook Traceback (most recent call last): File "/usr/local/bin/jupyter-notebook", line 11, in sys.exit(main()) File…
6
votes
1 answer

Ubuntu 18.04: Permission Denied:.ipynb_checkpoints when trying to create a new python3 notebook in jupyter

I am starting jupyter notebook from the terminal, and am not using anaconda. When I try to create a new python3 notebook I get this error message: I have tried the method in this link Cannot open new Jupyter notebook permission denied However the…
ashgeo
  • 61
5
votes
2 answers

How to correctly configure Snap'd Firefox to open local html-file, generated by Jupyter Notebook launcher?

I'm currently running Ubuntu MATE 21.10. As an experiment (to be ready to Firefox deb → Snap migration) I have removed deb-packaged Firefox from it by sudo apt-get autopurge firefox and installed Snap version of Firefox with snap install…
N0rbert
  • 103,263
5
votes
3 answers

Opening Jupyter-Notebook in terminal opens Telegram Desktop!

I'm on Ubuntu 20.04.2 LTS. When I want to open Jupyter-Notebook in terminal, the telegram desktop app opens. The Jupyter-Notebook is actually opened in background. So I can open the browser and use it. Here is the output: (geospatial)…
sash_wash
  • 131
5
votes
4 answers

jupyter notebook access issue in Chromium

I'm getting a common error, but the chmod solutions I've found don't seem to be working. When I create a Jupyter notebook through terminal, by running jupyter notebook, on Ubuntu 19.10, I get this error I'm sure many are familiar with: The file at…
Brendon
  • 51
  • 1
  • 3
5
votes
1 answer

How to open Jupyter notebook by double clicking on an .ipynb file?

Is there a way to configure Ubuntu 18.04 to open Jupyter Notebooks with a double click from the graphical file browser? There are 2 prominent Stack Overflow posts on the subject: double click to open an ipython notebook Open an ipython notebook…
cdahms
  • 1,993
4
votes
1 answer

How to install and connect MathJax to Jupyter notebook 5.2.1?

I have Jupyter notebook from the Anaconda distribution. I recently updated Jupyter with the command conda update notebook. I am interested to know how to use the LaTex format with Jupyter. Apparently, MathJax is needed for that. How can I install…
bhjghjh
  • 209
4
votes
1 answer

How to Access Google Drive in Jupyter Notebook on Ubuntu

I've just installed a dual boot of ubuntu on my XPS15. I want to use this as a development environment for python as I've had many issues using windows and I was told that this was the best solution. I can't seem to access Google Drive (where all my…
4
votes
2 answers

Install Jupyter Notebook for Python 2.7

How can I install Jupyter for Python 2.7 in Ubuntu 14.04? I tried: sudo add-apt-repository ppa:jolicloud-team/ppa sudo apt-get update The output for update: Ign file: InRelease Get:1 file: Release.gpg [181 B] Get:2 file: Release [196 B] …
Mona Jalal
  • 4,695
  • 21
  • 74
  • 102
4
votes
1 answer

.sh script works in Terminal, but not when executed via "Run in Terminal"

I'm getting nuts with this... I want to be able to open the application "Jupyter Notebook" with a one line .sh script (that I have made executable) that simply says: jupyter notebook If I put this line directly in Terminal, it works. If I drag and…
4
votes
2 answers

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

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 LabApp] JupyterLab extension loaded from…
codinggirl17
  • 41
  • 1
  • 1
  • 3
4
votes
2 answers

Unable to open Sagemath Jupyter in Firefox (after upgrade to 22.04)

I am trying to open Sagemath through Jupyter. I am getting the following message in Firefox: Access to the file was denied The file at /home/tw/.local/share/jupyter/runtime/nbserver-61611-open.html is not readable. It may have been removed, moved,…
user823
  • 419
4
votes
3 answers

Jupyter Notebook autocomplete not working

I am using Ubuntu 20.04 I installed Jupyter Notebook in a virtual environment I created in a folder. It's all working fine, but clicking on TAB after a dot isn't showing me the methods available. Is there anything else I should install for…
1
2 3 4 5 6 7 8