Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launching jupyter notebook from terminal starts signal desktop messenger as well

when I am launching a jupyter notebook from the terminal on my ubuntu 18.04, the signal desktop messenger app launches as well. Does anyone encountered this issue and knows how to solve it? Thanks

like image 496
D.Dud Avatar asked Oct 01 '19 08:10

D.Dud


People also ask

How do I launch a Jupyter Notebook in terminal?

How to open Jupyter Notebook. To launch a Jupyter notebook, open your terminal and navigate to the directory where you would like to save your notebook. Then type the command jupyter notebook and the program will instantiate a local server at localhost:8888 (or another specified port).

Why Jupyter Notebook is not opening with terminal?

Jupyter doesn't load or doesn't work in the browserTry disabling any browser extensions and/or any Jupyter extensions you have installed. Some internet security software can interfere with Jupyter. If you have security software, try turning it off temporarily, and look in the settings for a more long-term solution.

How do you open Anaconda Jupyter Notebook from terminal?

At the Anaconda Prompt (terminal on Linux or macOS), type jupyter-notebook and press Enter.


1 Answers

I have the same issue here (Ubuntu 18.04) and I discovered that the default application to run *.html-Files was also changed to Signal Desktop App. After changing the default application for *.html backwards to Firefox jupyter notebook launches already in the browser.

like image 98
LibrErli Avatar answered Oct 10 '22 16:10

LibrErli